CancelAddParticipantSucceeded.Deserialize(String) Method

Definition

Deserialize CancelAddParticipantSucceeded event.

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

Parameters

content
String

The json content.

Returns

The new CancelAddParticipantSucceeded object.

Applies to