ProtocolInstanceInternalCloseAsync Method |
Performs a controlled close.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxprotected virtual Task InternalCloseAsync(
bool sync
)
Parameters
- sync Boolean
- If true, the Task returned must be guaranteed to be complete.
Return Value
TaskNothing.
See Also