Click or drag to resize

IMessageServiceWriteAsync Method

Writes data.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntax
C#
ValueTask 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: ValueTask
Nothing.
See Also