com.onlineobject.objectnet Namespace

INetworkEntity<(Of <(<'T, E>)>)> Interface

Defines the interface for a network entity that can interact with a network and perform computations.

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

Syntax


public interface INetworkEntity<T, E> : IEntity

where E : IDataStream

Type Parameters

T
The type of passive arguments used by the network entity.
E
The type of data stream used for active synchronization, must implement IDataStream.