Megosztás a következőn keresztül:


EventHubClientBuilderExtensions.AddEventHubConsumerClientWithNamespace<TBuilder> Method

Definition

Registers a EventHubConsumerClient instance with the provided fullyQualifiedNamespace and eventHubName

public static Azure.Core.Extensions.IAzureClientBuilder<Azure.Messaging.EventHubs.Consumer.EventHubConsumerClient,Azure.Messaging.EventHubs.Consumer.EventHubConsumerClientOptions> AddEventHubConsumerClientWithNamespace<TBuilder> (this TBuilder builder, string consumerGroup, string fullyQualifiedNamespace, string eventHubName) where TBuilder : Azure.Core.Extensions.IAzureClientFactoryBuilderWithCredential;
static member AddEventHubConsumerClientWithNamespace : 'Builder * string * string * string -> Azure.Core.Extensions.IAzureClientBuilder<Azure.Messaging.EventHubs.Consumer.EventHubConsumerClient, Azure.Messaging.EventHubs.Consumer.EventHubConsumerClientOptions> (requires 'Builder :> Azure.Core.Extensions.IAzureClientFactoryBuilderWithCredential)
<Extension()>
Public Function AddEventHubConsumerClientWithNamespace(Of TBuilder As IAzureClientFactoryBuilderWithCredential) (builder As TBuilder, consumerGroup As String, fullyQualifiedNamespace As String, eventHubName As String) As IAzureClientBuilder(Of EventHubConsumerClient, EventHubConsumerClientOptions)

Type Parameters

TBuilder

Parameters

builder
TBuilder
consumerGroup
String
fullyQualifiedNamespace
String
eventHubName
String

Returns

Applies to