TaskProperties.GracefulCancellationTimeOut Field |
The amount of time in milliseconds to wait for a task to exit gracefully when cancelled.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic const string GracefulCancellationTimeOut = "GracefulCancellationTimeOut"
Public Const GracefulCancellationTimeOut As String = "GracefulCancellationTimeOut"
Field Value
Type:
String
RemarksType is
See Also