com.onlineobject.objectnet Namespace

Channel..::..OnClientDisconnected Method

Registers a callback to be invoked when a client disconnects.

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

Syntax


public void OnClientDisconnected(

	Action<IClient> onDisconnect

)

Parameters

onDisconnect
Type: Action<(Of <(<'IClient>)>)>
The callback to invoke with the disconnected client.