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