BatchedDataRetrievalContext Class

Class used to provide the pointer for a specific batched request result.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalBatchedDataRetrievalContext

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 class BatchedDataRetrievalContext

The BatchedDataRetrievalContext type exposes the following members.

Properties
  NameDescription
Public propertyCancelSource
Gets the cancellation source object for cancelling the request operation.
Public propertyProgress
Gets the progress information reporting tool.
Public propertyRequest
Gets the data request.
Public propertyResult
Gets the data result.
Public propertyResultTask
Gets the request associated task.
Top
See Also