com.onlineobject.objectnet Namespace

NetworkTransport..::..OnClientConnected Method

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

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

Syntax


public void OnClientConnected(

	Action<IClient> onConnected

)

Parameters

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