Click or drag to resize

ProtocolInstanceInternalOpenAsync Method

Opens or reopens the instance.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
protected virtual Task InternalOpenAsync(
	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
This method is called on each ProtocolInstance in the stack in ascending order, opening the bottom level protocol first, and then proceeding up the stack opening each in turn.
See Also