| LWWRegisterT Constructor (UniqueAddress, T) |
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 initial
)
new :
node : UniqueAddress *
initial : 'T -> LWWRegister
Parameters
- node
- Type: Akka.ClusterUniqueAddress
TBD - initial
- Type: T
TBD
See Also