com.onlineobject.objectnet Namespace

Channel..::..OnClientConnected Method

Registers a callback to be invoked when a client connects.

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

Syntax


public void OnClientConnected(

	Action<IClient> onConnected

)

Parameters

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