Click or drag to resize

ProtocolInstanceInternalCloseAsync Method

Performs a controlled close.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
protected virtual Task InternalCloseAsync(
	bool sync
)

Parameters

sync  Boolean
If true, the Task returned must be guaranteed to be complete.

Return Value

Task
Nothing.
See Also