com.onlineobject.objectnet Namespace

INetworkBehavior..::..RegisterSynchronizedVariable Method

Registers a variable to be synchronized across the network.

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

Syntax


void RegisterSynchronizedVariable(

	string variableName,

	IVariable variable

)

Parameters

variableName
Type: String
The name of the variable to be registered.
variable
Type: com.onlineobject.objectnet..::..IVariable
The variable instance that implements IVariable, which will be synchronized.