DisconnectedEventArgs Constructor
Initializes event data.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public DisconnectedEventArgs( EmbeddedDisconnectReason reason, EmbeddedMessage message )
Parameters
- reason
- Type: com.onlineobject.objectnet.server..::..EmbeddedDisconnectReason
The reason for the disconnection.
- message
- Type: com.onlineobject.objectnet.server..::..EmbeddedMessage
Additional data related to the disconnection (if any).