Partager via


SendDtmfTonesResult.WaitForEventProcessor(CancellationToken) Méthode

Définition

Il s’agit d’un appel bloquant. Attendez l’utilisation SendDtmfTonesEventResult de CallAutomationEventProcessor.

public Azure.Communication.CallAutomation.SendDtmfTonesEventResult WaitForEventProcessor (System.Threading.CancellationToken cancellationToken = default);
member this.WaitForEventProcessor : System.Threading.CancellationToken -> Azure.Communication.CallAutomation.SendDtmfTonesEventResult
Public Function WaitForEventProcessor (Optional cancellationToken As CancellationToken = Nothing) As 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 SendDtmfTonesFailed un événement.

S’applique à