Click or drag to resize
Akka.NETClockT 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
)

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: Int64
Next timestamp
See Also