Click or drag to resize

AtomicMonotonicWinApiTimestampGenerator Constructor

Creates a new instance of AtomicMonotonicTimestampGenerator.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public AtomicMonotonicWinApiTimestampGenerator(
	int warningThreshold = 1000,
	int minLogInterval = 1000
)

Parameters

warningThreshold (Optional)
Type: SystemInt32
Determines how far in the future timestamps are allowed to drift before a warning is logged, expressed in milliseconds. Default: 1000
minLogInterval (Optional)
Type: SystemInt32
In case of multiple log events, it determines the time separation between log events, expressed in milliseconds. Use 0 to disable. Default: 1000.
Exceptions
ExceptionCondition
NotSupportedException
See Also