Compartir a través de


NamespaceManager.GetConsumerGroup(String, String) Método

Definición

Obtiene un grupo de consumidores de Event Hubs.

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

Parámetros

eventHubPath
String

Ruta de acceso al centro de eventos.

name
String

Nombre del grupo de consumidores.

Devoluciones

Devuelve ConsumerGroupDescription.

Se aplica a