Skip to content

IQueueAdapterReceiver.MessagesDeliveredAsync(IList<IBatchContainer>, CancellationToken)

MessagesDeliveredAsync(IList<IBatchContainer>, CancellationToken)

virtual
View source
public virtual Task MessagesDeliveredAsync(IList<IBatchContainer> messages, CancellationToken cancellationToken)
Notifies the adapter receiver that the messages were delivered to all consumers.

Parameters

messagesIList<IBatchContainer>
The message batches.
cancellationTokenCancellationToken
The cancellation token.

Returns

A System.Threading.Tasks.Task representing the operation.