Click or drag to resize

ScheduledTaskStart Method

Starts the task immediately, or if one was scheduled, starts the scheduled task immediately

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntax
public void Start()
View Source
Remarks

If this is called after a Start(Int32) the timer will be canceled and the process will still start immediately.

This method is safe to call from any thread, including the worker thread. If disposed, this method will no nothing.

See Also