IQueueAdapterReceiver.MessagesDeliveredAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知配接器接收者訊息已傳遞至所有取用者,因此接收者可以採取適當的動作 (例如,從訊息佇列中刪除訊息) 。
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
參數
- messages
- IList<IBatchContainer>
訊息會批次。
傳回
, Task 表示作業。