Share via


MessagingFactory.OnCreateEventHubClient(String) Méthode

Définition

Exécute l’action de client créer un hub d’événements.

protected virtual Microsoft.ServiceBus.Messaging.EventHubClient OnCreateEventHubClient (string path);
abstract member OnCreateEventHubClient : string -> Microsoft.ServiceBus.Messaging.EventHubClient
override this.OnCreateEventHubClient : string -> Microsoft.ServiceBus.Messaging.EventHubClient
Protected Overridable Function OnCreateEventHubClient (path As String) As EventHubClient

Paramètres

path
String

Chemin d’accès du client event hub.

Retours

Élément EventHubClient créé.

S’applique à