com.onlineobject.objectnet Namespace

NetworkTransport..::..OnClientDisconnected Method

Sets the action to be invoked when a client is disconnected from the server.

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

Syntax


public void OnClientDisconnected(

	Action<IClient> onDisconnected

)

Parameters

onDisconnected
Type: Action<(Of <(<'IClient>)>)>
The action to be invoked when a client is disconnected from the server.