Click or drag to resize

ProtocolInstanceInternalBeforeOpenAsync Method

Called before opening the instance.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntax
C#
protected virtual Task InternalBeforeOpenAsync(
	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.
Remarks
Unlike InternalOpenAsync(Boolean, Flags), this method is called on each ProtocolInstance in the stack in descending order.
See Also