Method ScheduleSend
ScheduleSend(ref SendJobArguments, JobHandle)
Schedule a send job. This job's responsibility is to flush any data stored in SendQueue to the network.
Declaration
JobHandle ScheduleSend(ref SendJobArguments arguments, JobHandle dep)
Parameters
Type | Name | Description |
---|---|---|
SendJobArguments | arguments | Arguments to be passed to the send job. |
JobHandle | dep | Handle to any dependency the send job has (use default if none). |
Returns
Type | Description |
---|---|
JobHandle | Handle to the newly-schedule job. |