Method ScheduleReceive
ScheduleReceive(ref ReceiveJobArguments, JobHandle)
Schedule a receive job. This job's responsibility is to read data from the network and enqueue it in ReceiveQueue.
Declaration
public JobHandle ScheduleReceive(ref ReceiveJobArguments arguments, JobHandle dep)Parameters
| Type | Name | Description | 
|---|---|---|
| ReceiveJobArguments | arguments | Arguments to be passed to the receive job. | 
| JobHandle | dep | Handle to any dependency the receive job has (use default if none). | 
Returns
| Type | Description | 
|---|---|
| JobHandle | Handle to the newly-schedule job. |