DataInputRetrievalRequest Class

Class that encapsulates a client data request and the associated options.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataInputDataInputRetrievalRequest

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class DataInputRetrievalRequest : IDisposable

The DataInputRetrievalRequest type exposes the following members.

Constructors
  NameDescription
Public methodDataInputRetrievalRequest
Initializes a new instance of the DataInputRetrievalRequest class.
Top
Properties
  NameDescription
Public propertyCancelSource
Gets the cancellation source object for cancelling the request operation.
Public propertyClientData
Gets the client data information that is returned unmodified with the result.
Public propertyDataCubeId
Gets the data cube ID.
Public propertyDataInputTransformId
Gets the data input transform ID.
Public propertyPagingOptions
Gets the paging options, when result records are retrieved in pages.
Public propertyProgress
Gets the data retrieval progress report.
Top
Methods
  NameDescription
Public methodDispose
Disposes any managed or unmanaged resources used by the class.
Protected methodDispose(Boolean)
Disposes any managed or unmanaged resources used by the class.
Protected methodFinalize
Finalizes an instance of the DataInputRetrievalRequest class.
(Overrides ObjectFinalize.)
Top
See Also