BatchExtensions.ReleaseBatchInfoById(ServiceClient, Guid) Method

Definition

Release a batch from the stack Once you have completed using a batch, you must release it from the system.

public static void ReleaseBatchInfoById (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, Guid batchId);
static member ReleaseBatchInfoById : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * Guid -> unit
<Extension()>
Public Sub ReleaseBatchInfoById (serviceClient As ServiceClient, batchId As Guid)

Parameters

serviceClient
ServiceClient

ServiceClient

batchId
Guid

ID of the batch

Applies to