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

ConsumerGroupDescription(String, String) 构造函数

定义

初始化 ConsumerGroupDescription 类的新实例。

public ConsumerGroupDescription (string eventHubPath, string consumerGroupName);
new Microsoft.ServiceBus.Messaging.ConsumerGroupDescription : string * string -> Microsoft.ServiceBus.Messaging.ConsumerGroupDescription
Public Sub New (eventHubPath As String, consumerGroupName As String)

参数

eventHubPath
String

事件中心的路径。

consumerGroupName
String

订阅的名称。

适用于