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
public JobHandle ScheduleSend(ref SendJobArguments sendJobArguments, JobHandle dep)
Parameters
Type | Name | Description |
---|---|---|
SendJobArguments | sendJobArguments | |
JobHandle | dep | Handle to any dependency the send job has (use default if none). |
Returns
Type | Description |
---|---|
JobHandle | Handle to the newly-schedule job. |