| ClockT Delegate |
Namespace:
Akka.DistributedData
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public delegate long Clock<in T>(
long currentTimestamp,
T value
)
type Clock =
delegate of
currentTimestamp : int64 *
value : 'T -> int64
Parameters
- currentTimestamp
- Type: SystemInt64
The current timestamp value of the LWWRegisterT. - value
- Type: T
The register value to set and associate with the returned timestamp.
Type Parameters
- T
- TBD
Return Value
Type:
Int64Next timestamp
See Also