com.onlineobject.objectnet Namespace

NetworkEntity<(Of <(<'T, E>)>)> Methods

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

Methods


  Name Description
Public method Compute
Badly formed XML comment.
Public method ComputeActive
Badly formed XML comment.
Public method ComputePassive
Badly formed XML comment.
Public method Consume
Consumes data from the provided IDataStream by extracting it using the Extract method.
Public method Extract
Badly formed XML comment.
Public method FlagUpdated
Flags the instance as updated based on the provided value.
Public method GetActiveArguments
Gets the active arguments from the network object's writer stream.
Public method GetNetworkObject
Retrieves the associated network object.
Public method GetPassiveArguments
Abstract method to retrieve arguments for passive mode operations.
Public method Invalidate
Invalidates the updated state of the instance.
Public method IsActive
Checks if the instance is currently active.
Public method IsLogicInverted
Checks if the logic of the instance is inverted.
Public method Send
Sends data with the specified event code and delivery mode.
Public method SetActive
Sets the active state of the instance.
Public method SetLogicInverted
Sets the logic inversion state of the instance.
Public method SetNetworkObject
Sets the associated network object.
Public method SynchonizeActive
Abstract method to synchronize the active state of the network entity with a data writer.
Public method SynchonizePassive
Abstract method to synchronize the passive state of the network entity with given data.
Public method Synchronize
Badly formed XML comment.
Public method WasUpdated
Checks if the instance was updated.