 | ITimerFactoryCreateTimer 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
SyntaxITimer CreateTimer(
TimerCallback timerCallback,
long offsetInMillis,
long intervalInMillis
)
Parameters
- timerCallback
- Type: System.ThreadingTimerCallback
timer callback - offsetInMillis
- Type: SystemInt64
timer offset in milliseconds - intervalInMillis
- Type: SystemInt64
interval in milliseconds
Return Value
Type:
ITimer[Missing <returns> documentation for "M:com.espertech.esper.compat.timers.ITimerFactory.CreateTimer(System.Threading.TimerCallback,System.Int64,System.Int64)"]
See Also