QueueClient.BeginCompleteBatch Method
Begins an asynchronous operation to complete processing of a message batch.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public IAsyncResult BeginCompleteBatch(
IEnumerable<Guid> lockTokens,
AsyncCallback callback,
Object state
)
Parameters
- lockTokens
- Type: System.Collections.Generic.IEnumerable<Guid>
The lock tokens associated with locked messages in the batch.
- callback
- Type: System.AsyncCallback
An AsyncCallback delegate that references the method to invoke when the operation is complete.
- state
- Type: System.Object
A user-defined object that contains state information about the asynchronous operation.
Return Value
Type: System.IAsyncResultAn IAsyncResult that references the asynchronous operation to complete processing of a message batch.