Click or drag to resize
Akka.NETLWWRegisterT Constructor (UniqueAddress, T, ClockT)
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 initial,
	Clock<T> clock
)

Parameters

node
Type: Akka.ClusterUniqueAddress
TBD
initial
Type: T
TBD
clock
Type: Akka.DistributedDataClockT
TBD
See Also