Skip to content

EventHubOptions.ConfigureEventHubConnection(CreateConnectionDelegate, string, string)

ConfigureEventHubConnection(CreateConnectionDelegate, string, string)

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

Parameters

createConnectionCreateConnectionDelegate
The delegate used to create Event Hub connections.
eventHubNamestring
The Event Hub name.
consumerGroupstring
The consumer group name.