Share via


CallAutomationEventProcessor.ProcessEvents Method

Definition

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>)

Source:
CallAutomationEventProcessor.cs
Source:
CallAutomationEventProcessor.cs

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

Applies to

ProcessEvents(IEnumerable<CloudEvent>)

Source:
CallAutomationEventProcessor.cs
Source:
CallAutomationEventProcessor.cs

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