Click or drag to resize

ProtocolHeadShutdown Method (String, String, Object)

Logs an error, and then shuts down the socket.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public override void Shutdown(
	string category,
	string message,
	Object context = null
)

Parameters

category
Type: SystemString
The message category ("Error", "Warning", or "Info").
message
Type: SystemString
The message to log.
context (Optional)
Type: SystemObject
Any contextual information about the message (such as the associated exception).
See Also