NamespaceManager.UpdateEventHubAsync(EventHubDescription) Méthode

Définition

Met à jour de façon asynchrone le hub d’événements.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription> UpdateEventHubAsync (Microsoft.ServiceBus.Messaging.EventHubDescription description);
member this.UpdateEventHubAsync : Microsoft.ServiceBus.Messaging.EventHubDescription -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription>
Public Function UpdateEventHubAsync (description As EventHubDescription) As Task(Of EventHubDescription)

Paramètres

description
EventHubDescription

Description du hub d’événements.

Retours

Tâche représentant l’opération asynchrone.

S’applique à