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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void ClearQueue()
See Also