CallAutomationEventProcessor.ProcessEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProcessEvents(IEnumerable<CallAutomationEventBase>) |
Process incoming events. Pass incoming events to get it processed to have other method like WaitForEventProcessor to function. |
ProcessEvents(IEnumerable<CloudEvent>) |
Process incoming events. Pass incoming events to get it processed to have other method like WaitForEventProcessor to function. |
ProcessEvents(IEnumerable<CallAutomationEventBase>)
Process incoming events. Pass incoming events to get it processed to have other method like WaitForEventProcessor to function.
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))
Parameters
- events
- IEnumerable<CallAutomationEventBase>
Incoming CallAutomationEventBase.
Applies to
ProcessEvents(IEnumerable<CloudEvent>)
Process incoming events. Pass incoming events to get it processed to have other method like WaitForEventProcessor to function.
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))
Parameters
- events
- IEnumerable<CloudEvent>
Incoming CloudEvent object.
Applies to
Azure SDK for .NET