CancelAddParticipantSucceeded Class

Definition

The add participant cancelled event.

public class CancelAddParticipantSucceeded : Azure.Communication.CallAutomation.CallAutomationEventBase
type CancelAddParticipantSucceeded = class
    inherit CallAutomationEventBase
Public Class CancelAddParticipantSucceeded
Inherits CallAutomationEventBase
Inheritance
CancelAddParticipantSucceeded

Properties

CallConnectionId

Call connection ID.

(Inherited from CallAutomationEventBase)
CorrelationId

Correlation ID for event to call correlation. Also called ChainId for skype chain ID.

(Inherited from CallAutomationEventBase)
InvitationId

Invitation ID used to cancel the invitation.

OperationContext

Operation context.

(Inherited from CallAutomationEventBase)
ResultInformation

Gets the result info.

(Inherited from CallAutomationEventBase)
ServerCallId

Server call ID.

(Inherited from CallAutomationEventBase)

Methods

Deserialize(String)

Deserialize CancelAddParticipantSucceeded event.

Applies to