CrmServiceClient.CreateBatchOperationRequest(String, Boolean, Boolean) Method

Definition

Create a Batch Request for executing batch operations. This returns an ID that will be used to identify a request as a batch request vs a "normal" request.

public Guid CreateBatchOperationRequest (string batchName, bool returnResults = true, bool continueOnError = false);
member this.CreateBatchOperationRequest : string * bool * bool -> Guid
Public Function CreateBatchOperationRequest (batchName As String, Optional returnResults As Boolean = true, Optional continueOnError As Boolean = false) As Guid

Parameters

batchName
String

Name of the Batch

returnResults
Boolean

Should Results be returned

continueOnError
Boolean

Should the process continue on an error.

Returns

Applies to