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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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