com.onlineobject.objectnet Namespace

NetworkManager..::..InstanceIsValid Method

Validates if the provided instance ID matches the current network session ID.

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

Syntax


public static bool InstanceIsValid(

	string instanceId

)

Parameters

instanceId
Type: String
The instance ID to validate.

Return Value

True if the instance ID matches, false otherwise.