IQueueAdapterReceiver.GetQueueMessagesAsync(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從訊息佇列擷取批次。
public System.Threading.Tasks.Task<System.Collections.Generic.IList<Orleans.Streams.IBatchContainer>> GetQueueMessagesAsync (int maxCount);
abstract member GetQueueMessagesAsync : int -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Orleans.Streams.IBatchContainer>>
Public Function GetQueueMessagesAsync (maxCount As Integer) As Task(Of IList(Of IBatchContainer))
參數
- maxCount
- Int32
要擷取的訊息批次數目上限。
傳回
訊息會批次。