Skip to content

CausalClock Constructors

Provides monotonically increasing UTC timestamps and merges timestamps from distributed participants.

CausalClock(IClock)

View source
public CausalClock(IClock clock)
Initializes a new instance of the CausalClock class.

Parameters

clockIClock
The physical clock used as the lower bound for generated timestamps.