com.onlineobject.objectnet Namespace

EmbeddedServerDisconnectedEventArgs Constructor

Initializes event data.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public EmbeddedServerDisconnectedEventArgs(

	EmbeddedConnection client,

	EmbeddedDisconnectReason reason

)

Parameters

client
Type: com.onlineobject.objectnet.server..::..EmbeddedConnection
The client that disconnected.
reason
Type: com.onlineobject.objectnet.server..::..EmbeddedDisconnectReason
The reason for the disconnection.