com.onlineobject.objectnet Namespace

NetworkContainerBase..::..UpdateNetworkId Method

Updates the source network ID for the container.

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

Syntax


public void UpdateNetworkId(

	int networkId,

	bool incremental

)

Parameters

networkId
Type: Int32
The new network ID to be set.
incremental
Type: Boolean
If true, only updates if the new ID is greater than the current one.