CallAutomationEventProcessor.ProcessEvents メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ProcessEvents(IEnumerable<CallAutomationEventBase>) |
受信イベントを処理します。 受信イベントを渡して処理し、WaitForEventProcessor などの他のメソッドを関数に渡します。 |
ProcessEvents(IEnumerable<CloudEvent>) |
受信イベントを処理します。 受信イベントを渡して処理し、WaitForEventProcessor などの他のメソッドを関数に渡します。 |
ProcessEvents(IEnumerable<CallAutomationEventBase>)
受信イベントを処理します。 受信イベントを渡して処理し、WaitForEventProcessor などの他のメソッドを関数に渡します。
public void ProcessEvents (System.Collections.Generic.IEnumerable<Azure.Communication.CallAutomation.CallAutomationEventBase> events);
member this.ProcessEvents : seq<Azure.Communication.CallAutomation.CallAutomationEventBase> -> unit
Public Sub ProcessEvents (events As IEnumerable(Of CallAutomationEventBase))
パラメーター
適用対象
ProcessEvents(IEnumerable<CloudEvent>)
受信イベントを処理します。 受信イベントを渡して処理し、WaitForEventProcessor などの他のメソッドを関数に渡します。
public void ProcessEvents (System.Collections.Generic.IEnumerable<Azure.Messaging.CloudEvent> events);
member this.ProcessEvents : seq<Azure.Messaging.CloudEvent> -> unit
Public Sub ProcessEvents (events As IEnumerable(Of CloudEvent))
パラメーター
- events
- IEnumerable<CloudEvent>
受信 CloudEvent オブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET