M-Files Vault Application Framework
C#
Show/Hide TOC
Task
Queue
Manager
Active
Task 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#
Copy
protected
struct
ActiveTask
Inheritance
Object
ValueType
TaskQueueManager
ActiveTask
Properties
CancellationToken
Cancellation Token Source.
Identifier
Task.Id.ToString().
Task
System threaded task.
See Also
Reference
MFiles.VAF.Common.ApplicationTaskQueue Namespace
In This Article
Definition
Properties
See Also