GroupCancellationToken Class

Class used to convey cancelling instructions for the recipient delegate.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalGroupCancellationToken

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class GroupCancellationToken

The GroupCancellationToken type exposes the following members.

Properties
 NameDescription
Public propertyCancellationToken Gets a CancellationToken representing the instance.
Public propertyIsCancellationRequested Gets a value indicating whether cancellation has been requested on all of the tokens in the group.
Top
Methods
 NameDescription
Public methodThrowIfCancellationRequested Throws an OperationCanceledException if cancellation is requested on all of the tokens in the group.
Top
Fields
 NameDescription
Public fieldStatic memberNoneReturns a GroupCancellationToken corresponding to None.
Top
See Also