| LocalLWWRegisterTWithValue Method |
Change the value of the underlying register.
Namespace:
Akka.DistributedData.Local
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public LocalLWWRegister<T> WithValue(
T value,
Clock<T> clock = null
)
member WithValue :
value : 'T *
?clock : Clock<'T>
(* Defaults:
let _clock = defaultArg clock null
*)
-> LocalLWWRegister<'T>
Parameters
- value
- Type: T
TBD - clock (Optional)
- Type: Akka.DistributedDataClockT
TBD
Return Value
Type:
LocalLWWRegisterTTBD
See Also