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

RecordingStateChanged.Deserialize(String) 方法

定义

反序列化 RecordingStateChanged 事件。

public static Azure.Communication.CallAutomation.RecordingStateChanged Deserialize (string content);
static member Deserialize : string -> Azure.Communication.CallAutomation.RecordingStateChanged
Public Shared Function Deserialize (content As String) As RecordingStateChanged

参数

content
String

json 内容。

返回

新的 RecordingStateChanged 对象。

适用于