BatchExtensions.GetBatchById(ServiceClient, Guid) Method

Definition

Returns a request batch by BatchID

public static Microsoft.PowerPlatform.Dataverse.Client.RequestBatch GetBatchById (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, Guid batchId);
static member GetBatchById : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * Guid -> Microsoft.PowerPlatform.Dataverse.Client.RequestBatch
<Extension()>
Public Function GetBatchById (serviceClient As ServiceClient, batchId As Guid) As RequestBatch

Parameters

serviceClient
ServiceClient

ServiceClient

batchId
Guid

ID of the batch

Returns

Applies to