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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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