Partager via


SendDtmfTonesResult.WaitForEventProcessorAsync(CancellationToken) Méthode

Définition

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

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 SendDtmfTonesEventResult qui contient un SendDtmfTonesCompleted événement ou SendDtmfTonesCompleted un événement.

S’applique à