次の方法で共有


AnswerCallResult.WaitForEventProcessor(CancellationToken) メソッド

定義

これは呼び出しをブロックしています。 を使用するまでAnswerCallEventResultCallAutomationEventProcessor待ちます。

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

パラメーター

cancellationToken
CancellationToken

キャンセル トークンを使用して、タイムアウトを設定するか、この WaitForEventProcessor を取り消すことができます。

戻り値

イベントを AnswerCallEventResult 含む を返します CallConnected

適用対象