Click or drag to resize

ProtocolInstanceInternalOpenAsync Method

Opens or reopens the instance.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
protected virtual Task InternalOpenAsync(
	bool sync,
	Flags flags
)

Parameters

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

Return Value

Type: Task
Nothing.
See Also