ProtocolInstanceInternalOpenAsync Method |
Opens or reopens the instance.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxprotected 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
TaskNothing.
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