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.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
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