Partager via


CallAutomationEventProcessor.AttachOngoingEventProcessor<TEvent> Méthode

Définition

Joignez Ongoing EventProcessor pour un événement spécifique.

public void AttachOngoingEventProcessor<TEvent> (string callConnectionId, Action<TEvent> eventProcessor) where TEvent : Azure.Communication.CallAutomation.CallAutomationEventBase;
member this.AttachOngoingEventProcessor : string * Action<'Event (requires 'Event :> Azure.Communication.CallAutomation.CallAutomationEventBase)> -> unit (requires 'Event :> Azure.Communication.CallAutomation.CallAutomationEventBase)
Public Sub AttachOngoingEventProcessor(Of TEvent As CallAutomationEventBase) (callConnectionId As String, eventProcessor As Action(Of TEvent))

Paramètres de type

TEvent

Type d’événement Call Automation.

Paramètres

callConnectionId
String

CallConnectionId de l’appel.

eventProcessor
Action<TEvent>

EventProcessor à déclencher lorsque l’événement spécifié arrive.

S’applique à