CrmServiceClient.RetrieveBatchResponse(Guid) Method

Definition

Executes the batch command and then parses the retrieved items into a list. If there exists a exception then the LastException would be filled with the first item that has the exception.

C++
public:
 System::Collections::Generic::List<System::Collections::Generic::Dictionary<System::String ^, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^> ^ RetrieveBatchResponse(Guid batchId);

Parameters

batchId
Guid

ID of the batch to run

Returns

results which is a list of responses(type List<Dictionary<string, Dictionary<string, object>>> ) in the order of each request or null or complete failure

Applies to

Product Versions
Dataverse SDK Latest