IMessageServiceWriteToAsync Method |
Writes data.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
SyntaxTask WriteToAsync(
bool sync,
ArraySegment<byte> buffer,
EndPoint? remoteEndPoint
)
Parameters
- sync Boolean
- If true, the task returned is guaranteed to be complete.
- buffer ArraySegmentByte
- Buffer of data to send.
- remoteEndPoint EndPoint
- End point to send the data.
Return Value
TaskNothing.
See Also