com.onlineobject.objectnet Namespace

INetworkVariable<(Of <(<'T>)>)> Interface

Defines an interface for a network variable.

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

Syntax


public interface INetworkVariable<T> : IVariable

Type Parameters

T
The type of the value stored in the network variable.

Remarks


A network variable is a special type of variable that can be synchronized across a network. It provides methods to get and set its value.