Click or drag to resize

ProtocolInstanceInternalShutdownAsync Method

Forcibly shuts down the underlying protocol, causing all other users to throw an error.

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

Parameters

sync
Type: SystemBoolean
If true, the Task returned must be guaranteed to be complete.

Return Value

Type: Task
Nothing.
See Also