ProtocolInstanceInternalOpenAsync Method |
Opens or reopens the instance.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxprotected 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:
TaskNothing.
See Also