com.onlineobject.objectnet Namespace

NetworkTransport..::..OnDisconnected Method

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

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

Syntax


public void OnDisconnected(

	Action<IClient> onDisconnected

)

Parameters

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