Click or drag to resize

HighResolutionTimerFactoryCreateTimer Method

Creates a timer. The timer will begin after dueTime (in milliseconds) has passed and will occur at an interval specified by the period.

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

Parameters

timerCallback
Type: System.ThreadingTimerCallback
the timer callback
offsetInMillis
Type: SystemInt64
offset in milliseconds
intervalInMillis
Type: SystemInt64
interval in milliseconds

Return Value

Type: ITimer

[Missing <returns> documentation for "M:com.espertech.esper.compat.timers.HighResolutionTimerFactory.CreateTimer(System.Threading.TimerCallback,System.Int64,System.Int64)"]

Implements

ITimerFactoryCreateTimer(TimerCallback, Int64, Int64)
See Also