MessagesDeliveredAsync(IList<IBatchContainer>, CancellationToken)
virtual
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.