Share via


SendDtmfTonesResult.WaitForEventProcessorAsync(CancellationToken) Method

Definition

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)

Parameters

cancellationToken
CancellationToken

Cancellation Token can be used to set timeout or cancel this WaitForEventProcessor.

Returns

Returns SendDtmfTonesEventResult which contains either SendDtmfTonesCompleted event or SendDtmfTonesCompleted event.

Applies to