com.onlineobject.objectnet Namespace

NetworkGlobalEvents..::..OnClientDisconnected Method

Called when a client disconnects from the server.

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

Syntax


public void OnClientDisconnected(

	IClient client

)

Parameters

client
Type: com.onlineobject.objectnet..::..IClient
The client that has disconnected.