com.onlineobject.objectnet Namespace

UnityTransport..::..OnClientDisconnected Method

Invokes the client disconnected event with the provided client if the event has subscribers.

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

Syntax


public void OnClientDisconnected(

	ITransportClient client

)

Parameters

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