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