MessageReceiver.CompleteBatch(IEnumerable<Guid>) Method

Definition

Completes the receive operation on a batch of message. If using AMQP, this operation can only be performed on messages that were received by this receiver.

public void CompleteBatch (System.Collections.Generic.IEnumerable<Guid> lockTokens);
abstract member CompleteBatch : seq<Guid> -> unit
override this.CompleteBatch : seq<Guid> -> unit
Public Sub CompleteBatch (lockTokens As IEnumerable(Of Guid))

Parameters

lockTokens
IEnumerable<Guid>

The lock tokens.

Applies to