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

NamespaceManager.CreateConsumerGroup 方法

定义

重载

CreateConsumerGroup(String, String)

使用默认值创建事件中心使用者组,其中包含指定的事件中心路径和使用者组的名称。

CreateConsumerGroup(ConsumerGroupDescription)

使用指定的 ConsumerGroupDescription创建事件中心使用者组。

CreateConsumerGroup(String, String)

使用默认值创建事件中心使用者组,其中包含指定的事件中心路径和使用者组的名称。

public Microsoft.ServiceBus.Messaging.ConsumerGroupDescription CreateConsumerGroup (string eventHubPath, string name);
member this.CreateConsumerGroup : string * string -> Microsoft.ServiceBus.Messaging.ConsumerGroupDescription
Public Function CreateConsumerGroup (eventHubPath As String, name As String) As ConsumerGroupDescription

参数

eventHubPath
String

事件中心的路径。

name
String

使用者组的名称。

返回

返回 ConsumerGroupDescription

适用于

CreateConsumerGroup(ConsumerGroupDescription)

使用指定的 ConsumerGroupDescription创建事件中心使用者组。

public Microsoft.ServiceBus.Messaging.ConsumerGroupDescription CreateConsumerGroup (Microsoft.ServiceBus.Messaging.ConsumerGroupDescription description);
member this.CreateConsumerGroup : Microsoft.ServiceBus.Messaging.ConsumerGroupDescription -> Microsoft.ServiceBus.Messaging.ConsumerGroupDescription
Public Function CreateConsumerGroup (description As ConsumerGroupDescription) As ConsumerGroupDescription

参数

返回

返回 ConsumerGroupDescription

适用于