BatchedClientRequest Constructor

Initializes a new instance of the BatchedClientRequest class.

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 BatchedClientRequest(
	Guid objectId,
	ICollection<ParameterValue> parameterValues,
	string clientData
)

Parameters

objectId
Type: SystemGuid
The object ID.
parameterValues
Type: System.Collections.GenericICollectionParameterValue
The parameter values.
clientData
Type: SystemString
Property bag for specific client data to be return unmodified with the result.
See Also