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

NamespaceManager.GetEventHubs 方法

定义

获取表示一组事件中心的集合。

public System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.EventHubDescription> GetEventHubs ();
member this.GetEventHubs : unit -> seq<Microsoft.ServiceBus.Messaging.EventHubDescription>
Public Function GetEventHubs () As IEnumerable(Of EventHubDescription)

返回

返回表示 IEnumerable<T> 事件中心集的 对象。

适用于