Click or drag to resize

IMessageServiceWriteAsync Method

Writes data.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
ValueTask WriteAsync(
	bool sync,
	ArraySegment<byte> buffer
)

Parameters

sync  Boolean
If true, the task returned is guaranteed to be complete.
buffer  ArraySegmentByte
Buffer of data to send.

Return Value

ValueTask
Nothing.
See Also