Click or drag to resize
Akka.NETLocalLWWRegisterT Structure

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public struct LocalLWWRegister<T> : ISurrogated

Type Parameters

T
TBD

The LocalLWWRegisterT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyTimestamp
Returns a timestamp used to determine precedence in current register updates.
Public propertyUpdatedBy
Returns a unique address of the last cluster node, that updated current register value.
Public propertyValue
Returns value of the current register.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodToSurrogate
TBD
Public methodWithValue
Change the value of the underlying register.
Top
Operators
Extension Methods
See Also