BatchExtensions.ExecuteBatch(ServiceClient, Guid) 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.
Begins running the Batch command.
public static Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse ExecuteBatch (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, Guid batchId);
static member ExecuteBatch : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * Guid -> Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse
<Extension()>
Public Function ExecuteBatch (serviceClient As ServiceClient, batchId As Guid) As ExecuteMultipleResponse
Parameters
- serviceClient
- ServiceClient
ServiceClient
- batchId
- Guid
ID of the batch to run
Returns
true
if the batch begins, false if not.