BatchedClientRequest Class

Class that encapsulates a batched client data request and the associated options. A batched request expect the resulting data to be sliced into multiple results, one for each batched control or adapter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalClientRequestBase
    Dundas.BI.Data.DataRetrievalBatchedClientRequest

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 BatchedClientRequest : ClientRequestBase

The BatchedClientRequest type exposes the following members.

Constructors
 NameDescription
Public methodBatchedClientRequest Initializes a new instance of the BatchedClientRequest class.
Top
Properties
 NameDescription
Public propertyBatches Gets the batches information for the current request.
Public propertyCancelSource Gets the cancellation source object for cancelling the request operation.
(Inherited from ClientRequestBase)
Public propertyClientData Gets the client data information that is returned unmodified with the result.
(Inherited from ClientRequestBase)
Public propertyObjectIdGets the object ID for which data is requested.
(Inherited from ClientRequestBase)
Public propertyOptions Gets the options for requesting additional information.
(Inherited from ClientRequestBase)
Public propertyOverrides Gets or sets the optional request overrides, for customizing the data retrieval process.
(Inherited from ClientRequestBase)
Public propertyParameterValues Gets the values for all the parameters defined for the business object.
(Inherited from ClientRequestBase)
Public propertyParameterValueTextCategory Gets or sets the value indicating whether the result should contain simplified, complete or no captions for all public parameter values.
(Inherited from ClientRequestBase)
Public propertyProgress Gets the data retrieval progress report.
(Inherited from ClientRequestBase)
Public propertyShapingOptions Gets the options for shaping the result.
(Inherited from ClientRequestBase)
Public propertyViewId Gets or sets the view ID that contains the object for which data is requested.
(Inherited from ClientRequestBase)
Top
Methods
 NameDescription
Public methodDispose Disposes any managed or unmanaged resources used by the class.
(Inherited from ClientRequestBase)
Protected methodDispose(Boolean) Disposes any managed or unmanaged resources used by the class.
(Inherited from ClientRequestBase)
Protected methodFinalize Finalizes an instance of the ClientRequestBase class.
(Inherited from ClientRequestBase)
Top
See Also