다음을 통해 공유


IQueueAdapterReceiver.GetQueueMessagesAsync(Int32) 메서드

정의

메시지 큐에서 일괄 처리를 검색합니다.

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

검색할 최대 메시지 일괄 처리 수입니다.

반환

메시지 일괄 처리입니다.

적용 대상