次の方法で共有


AddParticipantFailed クラス

定義

参加要素の追加に失敗したイベント。

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

プロパティ

CallConnectionId

通話接続 ID。

(継承元 CallAutomationEventBase)
CorrelationId

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

(継承元 CallAutomationEventBase)
OperationContext

操作コンテキスト。

(継承元 CallAutomationEventBase)
Participant

参加者を追加できませんでした。

ResultInformation

結果情報を取得します。

(継承元 CallAutomationEventBase)
ServerCallId

サーバー呼び出し ID。

(継承元 CallAutomationEventBase)

メソッド

Deserialize(String)

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

適用対象