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

サブスクリプションの名前です。

適用対象