GroupCancellationTokenThrowIfCancellationRequested Method |
Throws an OperationCanceledException if cancellation is requested on all of the tokens in the group.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic virtual void ThrowIfCancellationRequested()
Public Overridable Sub ThrowIfCancellationRequested
public:
virtual void ThrowIfCancellationRequested()
abstract ThrowIfCancellationRequested : unit -> unit
override ThrowIfCancellationRequested : unit -> unit
Exceptions| Exception | Condition |
|---|
| OperationCanceledException | Cancellation has been requested on all underlying cancellation tokens. |
See Also