 | BcfParallelOptionsCurrentCancellationTokenSource Property |
Gets the current cancellation token source.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic CancellationTokenSource CurrentCancellationTokenSource { get; }Public ReadOnly Property CurrentCancellationTokenSource As CancellationTokenSource
Get
Property Value
Type:
CancellationTokenSourceThe current cancellation token source.
See Also