Edit

Share via


IQueueAdapterReceiver.MessagesDeliveredAsync Method

Definition

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).

public System.Threading.Tasks.Task MessagesDeliveredAsync (System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> messages);
abstract member MessagesDeliveredAsync : System.Collections.Generic.IList<Orleans.Streams.IBatchContainer> -> System.Threading.Tasks.Task
Public Function MessagesDeliveredAsync (messages As IList(Of IBatchContainer)) As Task

Parameters

messages
IList<IBatchContainer>

The message batches.

Returns

A Task representing the operation.

Applies to