ConfigureEventHubConnection(CreateConnectionDelegate, string, string)
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.
