| Clock Delegate |
Abstraction of a clock that returns time in milliseconds. Can only be used to measure the elapsed time
and is not related to any other notion of system or wall-clock time.
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public delegate long Clock()
type Clock =
delegate of unit -> int64
Return Value
Type:
Int64See Also