ConfigureEventHubConnection(EventHubConnection, string)
public void ConfigureEventHubConnection(EventHubConnection connection, string consumerGroup) Configures the Azure Event Hub connection using the provided connection instance.
Parameters
connectionEventHubConnection- The Event Hub connection.
consumerGroupstring- The consumer group name.
