SendDtmfTonesResult.WaitForEventProcessorAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wait for SendDtmfTonesEventResult using CallAutomationEventProcessor.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET