ProtocolSocketShutdownAsync(Boolean, Exception) Method |
Forcibly shuts down the socket, and then logs an error.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic Task ShutdownAsync(
bool sync,
Exception? e
)
Parameters
- sync Boolean
- If true, the Task returned is guaranteed to be complete.
- e Exception
- The exception that's provoking the shutdown.
Return Value
Task[Missing <returns> documentation for "M:Demo3D.Net.ProtocolSocket.ShutdownAsync(System.Boolean,System.Exception)"]
See Also