CancelAddParticipantFailed.Deserialize(String) Method

Definition

Deserialize CancelAddParticipantFailed event.

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

Parameters

content
String

The json content.

Returns

The new CancelAddParticipantFailed object.

Applies to