Task.TaskCancellationReason Property |
Gets the reason why the task was canceled.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic TaskCancellationReason TaskCancellationReason { get; }
Public ReadOnly Property TaskCancellationReason As TaskCancellationReason
Get
Property Value
Type:
TaskCancellationReasonThe task status.
See Also