Click or drag to resize
Akka.NETLocalLWWRegisterTWithValue Method
Change the value of the underlying register.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LocalLWWRegister<T> WithValue(
	T value,
	Clock<T> clock = null
)

Parameters

value
Type: T
TBD
clock (Optional)
Type: Akka.DistributedDataClockT
TBD

Return Value

Type: LocalLWWRegisterT
TBD
See Also