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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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