Click or drag to resize
CalculationWorks Logo
BcfDataSetParallelOptionsCurrentCancellationTokenSource Property
Gets the current cancellation token source.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public CancellationTokenSource CurrentCancellationTokenSource { get; }

Property Value

Type: CancellationTokenSource
The current cancellation token source; or null.
See Also