DataRetrievalContextCancelSource Property |
Gets the cancellation source object for cancelling the request operation.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public CancellationTokenSource CancelSource { get; }
Public ReadOnly Property CancelSource As CancellationTokenSource
Get
public:
property CancellationTokenSource^ CancelSource {
CancellationTokenSource^ get ();
}
member CancelSource : CancellationTokenSource with get
Property Value
Type:
CancellationTokenSourceSee Also