Share via


QueueClient.SendBatch(IEnumerable<BrokeredMessage>) メソッド

定義

一連のブローカー メッセージを送信します (バッチ処理用)。

public void SendBatch (System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.BrokeredMessage> messages);
abstract member SendBatch : seq<Microsoft.ServiceBus.Messaging.BrokeredMessage> -> unit
override this.SendBatch : seq<Microsoft.ServiceBus.Messaging.BrokeredMessage> -> unit
Public Sub SendBatch (messages As IEnumerable(Of BrokeredMessage))

パラメーター

messages
IEnumerable<BrokeredMessage>

送信するブローカー メッセージのコレクション。

適用対象