Partager via


EventHubSender.SendAsync(EventData) Méthode

Définition

Version asynchrone de Send(EventData).

public System.Threading.Tasks.Task SendAsync (Microsoft.ServiceBus.Messaging.EventData data);
member this.SendAsync : Microsoft.ServiceBus.Messaging.EventData -> System.Threading.Tasks.Task
Public Function SendAsync (data As EventData) As Task

Paramètres

data
EventData

EventData à envoyer.

Retours

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

S’applique à