Skip to content

EventHubOptions.ConfigureEventHubConnection(string, string, string)

ConfigureEventHubConnection(string, string, string)

View source
public void ConfigureEventHubConnection(string connectionString, string eventHubName, string consumerGroup)
Configures the Azure Event Hub connection using the provided connection string.

Parameters

connectionStringstring
The Event Hub connection string.
eventHubNamestring
The Event Hub name.
consumerGroupstring
The consumer group name.