Partager via


CreateCallResult.WaitForEventProcessorAsync(CancellationToken) Méthode

Définition

public System.Threading.Tasks.Task<Azure.Communication.CallAutomation.CreateCallEventResult> WaitForEventProcessorAsync (System.Threading.CancellationToken cancellationToken = default);
member this.WaitForEventProcessorAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Communication.CallAutomation.CreateCallEventResult>
Public Function WaitForEventProcessorAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateCallEventResult)

Paramètres

cancellationToken
CancellationToken

Le jeton d’annulation peut être utilisé pour définir le délai d’expiration ou annuler ce WaitForEventProcessor.

Retours

Retourne CreateCallEventResult qui contient CallConnected l’événement.

S’applique à