Click or drag to resize

HighResolutionTimer Constructor (ActionTimeSpan)

Initializes a new instance of the HighResolutionTimer class.

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

Parameters

timerCallback
Type: SystemActionTimeSpan
The timer callback.
See Also