你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CallDisconnected 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
呼叫断开连接事件。
public class CallDisconnected : Azure.Communication.CallAutomation.CallAutomationEventBase
type CallDisconnected = class
inherit CallAutomationEventBase
Public Class CallDisconnected
Inherits CallAutomationEventBase
- 继承
属性
CallConnectionId |
调用连接 ID。 (继承自 CallAutomationEventBase) |
CorrelationId |
要调用相关性的事件的相关 ID。 对于 skype chain ID,也称为 ChainId。 (继承自 CallAutomationEventBase) |
OperationContext |
操作上下文。 (继承自 CallAutomationEventBase) |
ResultInformation |
获取结果信息。 (继承自 CallAutomationEventBase) |
ServerCallId |
服务器调用 ID。 (继承自 CallAutomationEventBase) |
方法
Deserialize(String) |
反序列化 CallDisconnected 事件。 |