你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RemoveParticipantSucceeded 类

定义

删除参与者成功事件。

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

属性

CallConnectionId

呼叫连接 ID。

(继承自 CallAutomationEventBase)
CorrelationId

要调用相关性的事件的相关 ID。 也称为 Skype chain ID 的 ChainId。

(继承自 CallAutomationEventBase)
OperationContext

操作上下文。

(继承自 CallAutomationEventBase)
Participant

已删除参与者。

ResultInformation

获取结果信息。

(继承自 CallAutomationEventBase)
ServerCallId

服务器呼叫 ID。

(继承自 CallAutomationEventBase)

方法

Deserialize(String)

反序列化 RemoveParticipantSucceeded 事件。

适用于