ProtocolInstanceInternalShutdownAsync Method |
Forcibly shuts down the underlying protocol, causing all other users to throw an error.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntaxprotected virtual Task InternalShutdownAsync(
bool sync
)
Parameters
- sync Boolean
- If true, the Task returned must be guaranteed to be complete.
Return Value
TaskNothing.
See Also