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)

Syntax


public delegate long Clock()
Public Delegate Function Clock As Long
public delegate long long^ Clock()