NamespaceManager.CreateEventHubAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CreateEventHubAsync(EventHubDescription) |
Crée de manière asynchrone un hub d’événements. |
CreateEventHubAsync(String) |
Crée de manière asynchrone un hub d’événements. |
CreateEventHubAsync(EventHubDescription)
Crée de manière asynchrone un hub d’événements.
public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription> CreateEventHubAsync (Microsoft.ServiceBus.Messaging.EventHubDescription description);
member this.CreateEventHubAsync : Microsoft.ServiceBus.Messaging.EventHubDescription -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription>
Public Function CreateEventHubAsync (description As EventHubDescription) As Task(Of EventHubDescription)
Paramètres
- description
- EventHubDescription
Objet EventHubDescription qui décrit le hub d’événements à créer.
Retours
Tâche effectuant l'opération asynchrone.
S’applique à
CreateEventHubAsync(String)
Crée de manière asynchrone un hub d’événements.
public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription> CreateEventHubAsync (string path);
member this.CreateEventHubAsync : string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription>
Public Function CreateEventHubAsync (path As String) As Task(Of EventHubDescription)
Paramètres
- path
- String
Chemin d’accès au hub d’événements.
Retours
Tâche effectuant l'opération asynchrone.
S’applique à
Azure SDK for .NET