NamespaceManager.GetConsumerGroups(String) Método

Definição

Obtém uma coleção que representa um conjunto de grupos de consumidores.

public System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription> GetConsumerGroups (string eventHubPath);
member this.GetConsumerGroups : string -> seq<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>
Public Function GetConsumerGroups (eventHubPath As String) As IEnumerable(Of ConsumerGroupDescription)

Parâmetros

eventHubPath
String

O caminho para o Hub de Eventos.

Retornos

Retorna um IEnumerable<T> objeto que representa o conjunto de grupos de consumidores.

Aplica-se a