你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SendDtmfTonesResult.WaitForEventProcessorAsync(CancellationToken) 方法

定义

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)

参数

cancellationToken
CancellationToken

取消令牌可用于设置超时或取消此 WaitForEventProcessor。

返回

返回 SendDtmfTonesEventResult 包含 SendDtmfTonesCompleted 事件或 SendDtmfTonesCompleted 事件的 。

适用于