ScheduledTaskStart Method

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

Definition

Namespace: Gemstone.Threading
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.153 -- Release Build+f48fd3aaa3e758ecaeadb330c75dd8b0b77b016a
public void Start()

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