BatchExtensions.ExecuteBatch(ServiceClient, Guid) Method

Definition

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.

Applies to