CrmServiceClient.CreateBatchOperationRequest(String, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.