Click or drag to resize
Akka.NETLocalLWWRegisterTMerge Method

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

Parameters

register
Type: Akka.DistributedDataLWWRegisterT
TBD

Return Value

Type: LocalLWWRegisterT
TBD
See Also