你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventHubClient.CreateBatch 方法

定义

创建一个批,可在其中为以后的 SendBatch 或 SendBatchAsync 调用添加事件数据对象。

public Microsoft.ServiceBus.Messaging.EventDataBatch CreateBatch ();
member this.CreateBatch : unit -> Microsoft.ServiceBus.Messaging.EventDataBatch
Public Function CreateBatch () As EventDataBatch

返回

返回 EventDataBatch

适用于