Click or drag to resize
Akka.NETLWWRegisterTMerge Method (LWWRegisterT)
TBD

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LWWRegister<T> Merge(
	LWWRegister<T> other
)

Parameters

other
Type: Akka.DistributedDataLWWRegisterT
TBD

Return Value

Type: LWWRegisterT
TBD

Implements

IReplicatedDataTMerge(T)
See Also