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

AddParticipantResult.WaitForEventProcessor(CancellationToken) 方法

定义

这是阻止调用。 等待 AddParticipantEventResult 使用 CallAutomationEventProcessor

public Azure.Communication.CallAutomation.AddParticipantEventResult WaitForEventProcessor (System.Threading.CancellationToken cancellationToken = default);
member this.WaitForEventProcessor : System.Threading.CancellationToken -> Azure.Communication.CallAutomation.AddParticipantEventResult
Public Function WaitForEventProcessor (Optional cancellationToken As CancellationToken = Nothing) As AddParticipantEventResult

参数

cancellationToken
CancellationToken

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

返回

返回 AddParticipantEventResult 包含 AddParticipantSucceeded event 或 AddParticipantFailed event 的 。

适用于