Click or drag to resize
Akka.NETLocalLWWRegisterT  Conversion (LocalLWWRegisterT to LWWRegisterT)

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator LWWRegister<T> (
	LocalLWWRegister<T> set
)

Parameters

set
Type: Akka.DistributedData.LocalLocalLWWRegisterT
The set to convert

Return Value

Type: LWWRegisterT
The result of the conversion
See Also