Click or drag to resize

SingleThreadTaskSchedulerClearQueue Method

Remove all tasks from the queue. Dequeuing will happen on the current thread, not on the scheduler's thread.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void ClearQueue()
See Also