Click or drag to resize

HighResolutionTimer Constructor

Initializes a new instance of the HighResolutionTimer class.

Namespace:  com.espertech.esper.compat.timers
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public HighResolutionTimer(
	TimerCallback timerCallback,
	Object state,
	long offsetInMillis,
	long intervalInMillis
)

Parameters

timerCallback
Type: System.ThreadingTimerCallback
The timer callback.
state
Type: SystemObject
The state.
offsetInMillis
Type: SystemInt64
The due time.
intervalInMillis
Type: SystemInt64
The period.
See Also