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