Click or drag to resize

SingleThreadTaskSchedulerDequeueOnDispose Property

Gets or sets a value indicating whether to dequeue the remaining tasks when this instance is disposed. Dequeuing will happen on the thread callind Dispose(), 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 bool DequeueOnDispose { get; set; }

Property Value

Type: Boolean
A value indicating whether to dequeue the remaining tasks when this instance is disposed.
See Also