Struct NetworkSendQueueHandle
The network send queue handle
Inherited Members
Namespace: Unity.Networking.Transport
Syntax
public struct NetworkSendQueueHandle
Methods
FromHandle()
Create NativeQueue<T>.ParallelWriter from the internal handle
Declaration
public NativeQueue<QueuedSendMessage>.ParallelWriter FromHandle()
Returns
| Type | Description | 
|---|---|
| NativeQueue.ParallelWriter<> | NativeQueue<T>.ParallelWriter |