Click or drag to resize

ProtocolInstanceInternalBeforeOpenAsync Method

Called before opening the instance.

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

Parameters

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

Return Value

Task
Nothing.
Remarks
Unlike InternalOpenAsync(Boolean, Flags), this method is called on each ProtocolInstance in the stack in descending order.
See Also