MessagesDeliveredAsync(IList<IBatchContainer>)
abstract
public abstract Task MessagesDeliveredAsync(IList<IBatchContainer> messages) Notifies the adapter receiver that the messages were delivered to all consumers, so the receiver can take an appropriate action (e.g., delete the messages from a message queue).
Parameters
messagesIList<IBatchContainer>- The message batches.
Returns
A
System.Threading.Tasks.Task representing the operation.