EmbeddedDisconnectedEventArgs Constructor
Initializes event data.
Namespace:
com.onlineobject.objectnet.server.TransportsAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public EmbeddedDisconnectedEventArgs( EmbeddedConnection connection, EmbeddedDisconnectReason reason )
Parameters
- connection
- Type: com.onlineobject.objectnet.server..::..EmbeddedConnection
The closed connection.
- reason
- Type: com.onlineobject.objectnet.server..::..EmbeddedDisconnectReason
The reason for the disconnection.