Skip to content

EventHubOptions.ConfigureEventHubConnection(string, string, string, AzureSasCredential)

ConfigureEventHubConnection(string, string, string, AzureSasCredential)

View source
public void ConfigureEventHubConnection(string fullyQualifiedNamespace, string eventHubName, string consumerGroup, AzureSasCredential credential)
Configures the Azure Event Hub connection using the provided fully-qualified namespace string and credential.

Parameters

fullyQualifiedNamespacestring
The fully qualified Event Hubs namespace.
eventHubNamestring
The Event Hub name.
consumerGroupstring
The consumer group name.
credentialAzureSasCredential
The shared access signature credential.