次の方法で共有


AddParticipantResult.WaitForEventProcessor(CancellationToken) メソッド

定義

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

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イベントまたはAddParticipantFailedイベントをAddParticipantSucceeded含む を返します。

適用対象