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

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
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 propertyObjectId
Gets 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
See Also