com.onlineobject.objectnet Namespace

NetworkManager..::..FireOnClientDisconnectedFromServer Method

Handles the event when a client disconnects from the server.

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

Syntax


public void FireOnClientDisconnectedFromServer(

	IClient client

)

Parameters

client
Type: com.onlineobject.objectnet..::..IClient
The client interface representing the disconnected client.