IQueueAdapterReceiver.MessagesDeliveredAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.