CrmServiceClient.ReleaseBatchInfoById(Guid) Method

Definition

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

public:
 void ReleaseBatchInfoById(Guid batchId);
public void ReleaseBatchInfoById (Guid batchId);
member this.ReleaseBatchInfoById : Guid -> unit
Public Sub ReleaseBatchInfoById (batchId As Guid)

Parameters

batchId
Guid

ID of the batch

Applies to