com.onlineobject.objectnet Namespace

NetworkContainerBase..::..IsRegistered Method (Int32)

Checks if a network element is registered using its network ID.

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

Syntax


public bool IsRegistered(

	int networkId

)

Parameters

networkId
Type: Int32
The network ID to check.

Return Value

True if the network ID is registered, otherwise false.