Click or drag to resize

HighResolutionTimer Constructor (ActionTimeSpan, TimeSpan)

Initializes a new instance of the HighResolutionTimer class.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public HighResolutionTimer(
	Action<TimeSpan> timerCallback,
	TimeSpan interval
)

Parameters

timerCallback
Type: SystemActionTimeSpan
The timer callback.
interval
Type: SystemTimeSpan
The interval.
See Also