com.onlineobject.objectnet Namespace

Channel..::..OnConnected Method

Registers a callback to be invoked when the connection is successfully established.

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

Syntax


public void OnConnected(

	Action<IClient> onConnected

)

Parameters

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