共用方式為


RemoveParticipantFailed.Deserialize(String) Method

Definition

Deserialize RemoveParticipantFailed event.

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

Parameters

content
String

The json content.

Returns

The new RemoveParticipantFailed object.

Applies to