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.181-beta
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