Click or drag to resize
Akka.NETLWWRegisterT Constructor (UniqueAddress, T, Int64)
TBD

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LWWRegister(
	UniqueAddress node,
	T value,
	long timestamp
)

Parameters

node
Type: Akka.ClusterUniqueAddress
TBD
value
Type: T
TBD
timestamp
Type: SystemInt64
TBD
See Also