次の方法で共有


AddParticipantResult.WaitForEventProcessorAsync(CancellationToken) メソッド

定義

を使用するまでAddParticipantEventResultCallAutomationEventProcessor待ちます。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

AddParticipantEventResultイベントまたはAddParticipantFailedイベントをAddParticipantSucceeded含む を返します。

適用対象