ConsumerGroupDescription(String, String) Constructor

Definition

Initializes a new instance of the ConsumerGroupDescription class.

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)

Parameters

eventHubPath
String

The path of the event hub.

consumerGroupName
String

The name of the subscription.

Applies to