| LWWRegisterT Constructor (UniqueAddress, T, Int64) |
TBD
Namespace:
Akka.DistributedData
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public LWWRegister(
UniqueAddress node,
T value,
long timestamp
)
new :
node : UniqueAddress *
value : 'T *
timestamp : int64 -> LWWRegister
Parameters
- node
- Type: Akka.ClusterUniqueAddress
TBD - value
- Type: T
TBD - timestamp
- Type: SystemInt64
TBD
See Also