TaskQueueManagerManagerTokenSource Property

Cancellation token source for the manager itself. - Requesting a cancellation will cause all queues and all their respective tasks to be cancelled as well.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected CancellationTokenSource ManagerTokenSource { get; set; }

Property Value

CancellationTokenSource

See Also