[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the HighResolutionTimer class.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	timerCallback As TimerCallback, _
	state As Object, _
	dueTime As Integer, _
	period As Integer _
)
C#
public HighResolutionTimer (
	TimerCallback timerCallback,
	Object state,
	int dueTime,
	int period
)
Visual C++
public:
HighResolutionTimer (
	TimerCallback^ timerCallback, 
	Object^ state, 
	int dueTime, 
	int period
)

Parameters

timerCallback
System.Threading.TimerCallback
The timer callback.
state
System.Object
The state.
dueTime
System.Int32
The due time.
period
System.Int32
The period.