ClientRequestBaseCancelSource 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 (25.3.0.1000)
Syntaxpublic CancellationTokenSource CancelSource { get; }Public ReadOnly Property CancelSource As CancellationTokenSource
	Get
public:
virtual property CancellationTokenSource^ CancelSource {
	CancellationTokenSource^ get () sealed;
}abstract CancelSource : CancellationTokenSource with get
override CancelSource : CancellationTokenSource with get
Property Value
Type: 
CancellationTokenSource
See Also