IMessageServiceWriteAsync Method |
Writes data.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 16.01.07
SyntaxValueTask WriteAsync(
bool sync,
ArraySegment<byte> buffer
)
Parameters
- sync
- Type: SystemBoolean
If true, the task returned is guaranteed to be complete. - buffer
- Type: SystemArraySegmentByte
Buffer of data to send.
Return Value
Type:
ValueTaskNothing.
See Also