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 public bool DequeueOnDispose { get; set; }
Property Value
Type:
BooleanA value indicating whether to dequeue the remaining tasks when this instance is disposed.
See Also