次の方法で共有


RemoveParticipantSucceeded クラス

定義

remove participant succeeded イベント。

public class RemoveParticipantSucceeded : Azure.Communication.CallAutomation.CallAutomationEventBase
type RemoveParticipantSucceeded = class
    inherit CallAutomationEventBase
Public Class RemoveParticipantSucceeded
Inherits CallAutomationEventBase
継承
RemoveParticipantSucceeded

プロパティ

CallConnectionId

通話接続 ID。

(継承元 CallAutomationEventBase)
CorrelationId

関連付けを呼び出すイベントの関連付け ID。 Skype チェーン ID の ChainId とも呼ばれます。

(継承元 CallAutomationEventBase)
OperationContext

操作コンテキスト。

(継承元 CallAutomationEventBase)
Participant

参加者が削除されました。

ResultInformation

結果情報を取得します。

(継承元 CallAutomationEventBase)
ServerCallId

サーバー呼び出し ID。

(継承元 CallAutomationEventBase)

メソッド

Deserialize(String)

逆シリアル化 RemoveParticipantSucceeded イベント。

適用対象