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