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

NamespaceManager.GetConsumerGroupAsync(String, String) 方法

定义

异步获取使用者组。

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription> GetConsumerGroupAsync (string eventHubPath, string name);
member this.GetConsumerGroupAsync : string * string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>
Public Function GetConsumerGroupAsync (eventHubPath As String, name As String) As Task(Of ConsumerGroupDescription)

参数

eventHubPath
String

事件中心的路径。

name
String

使用者组的名称。

返回

表示异步操作的任务。

适用于