ProtocolSocketShutdownAsync(Boolean, Boolean) Method |
Forcibly shuts down the socket, without logging an error.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic Task ShutdownAsync(
bool sync,
bool logMessage = true
)
Parameters
- sync Boolean
- If true, the Task returned is guaranteed to be complete.
- logMessage Boolean (Optional)
- True to log message.
Return Value
Task[Missing <returns> documentation for "M:Demo3D.Net.ProtocolSocket.ShutdownAsync(System.Boolean,System.Boolean)"]
See Also