com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)> Class

Represents a network variable that can be synchronized across the network.

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

Syntax


public class NetworkVariable<T> : INetworkVariable<T>

Type Parameters

T
The type of the variable to be synchronized.

Inheritance Hierarchy


Object
  com.onlineobject.objectnet..::..NetworkVariable<(Of <(<'T>)>)>