com.onlineobject.objectnet Namespace

INetworkEntity Members

The INetworkEntity<(Of <(<'T, E>)>)> type exposes the following members.

Methods


  Name Description
Public method Compute
Performs computation logic specific to the network entity.
Public method ComputeActive
Performs active computation logic for the network entity.
Public method ComputePassive
Performs passive computation logic for the network entity.
Public method Consume
Consumes data from the provided data stream to update the entity's state.
Public method Extract
Extracts data from the provided data stream to update the entity's state.
Public method GetActiveArguments
Retrieves the active arguments for synchronization.
Public method GetNetworkObject
Retrieves the associated network object.
Public method GetPassiveArguments
Retrieves the passive arguments for synchronization.
Public method Send
Sends an event with the specified code and data over the network.
Public method SetNetworkObject
Sets the associated network object.
Public method SynchonizeActive
Synchronizes the active state of the network entity using the provided writer.
Public method SynchonizePassive
Synchronizes the passive state of the network entity using the provided data.
Public method Synchronize
Synchronizes the network entity's state with the network.