com.onlineobject.objectnet Namespace

NetworkManager..::..RegisterNetworkClient Method

Registers a network client with an associated network element.

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

Syntax


public void RegisterNetworkClient(

	IClient client,

	INetworkElement element

)

Parameters

client
Type: com.onlineobject.objectnet..::..IClient
The client to register.
element
Type: com.onlineobject.objectnet..::..INetworkElement
The network element associated with the client.