BatchExtensions.CreateBatchOperationRequest 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 static Guid CreateBatchOperationRequest (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string batchName, bool returnResults = true, bool continueOnError = false);
static member CreateBatchOperationRequest : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string * bool * bool -> Guid
<Extension()>
Public Function CreateBatchOperationRequest (serviceClient As ServiceClient, batchName As String, Optional returnResults As Boolean = true, Optional continueOnError As Boolean = false) As Guid
Parameters
- serviceClient
- ServiceClient
ServiceClient
- batchName
- String
Name of the Batch
- returnResults
- Boolean
Should Results be returned
- continueOnError
- Boolean
Should the process continue on an error.