TaskQueueManagerActiveTask Structure

Actively processing task / cancellation token source wrapper.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected struct ActiveTask
Inheritance
Object    ValueType    TaskQueueManagerActiveTask

Properties

CancellationToken Cancellation Token Source.
Identifier Task.Id.ToString().
Task System threaded task.

See Also