Click or drag to resize

SharedTimerSchedulerCreateTimer Method

Creates a SharedTimer using the current SharedTimerScheduler.

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public SharedTimer CreateTimer(
	int interval = 100
)
View Source

Parameters

interval  Int32  (Optional)
The interval of the timer, default is 100.

Return Value

SharedTimer
A shared timer instance that fires at the given interval.
See Also