次の方法で共有


CallAutomationEventProcessor.DetachOngoingEventProcessor<TEvent> メソッド

定義

特定のイベントの進行中の EventProcessor をデタッチします。

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

型パラメーター

TEvent

Automation イベントの種類を呼び出します。

パラメーター

callConnectionId
String

呼び出しの CallConnectionId。

適用対象