com.onlineobject.objectnet Namespace

VariablesNetwork..::..RegisterVariable Method

Registers a variable with the network.

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

Syntax


public void RegisterVariable(

	string name,

	IVariable variable

)

Parameters

name
Type: String
The name of the variable.
variable
Type: com.onlineobject.objectnet..::..IVariable
The variable to register.