RemoveParticipantEventResult Class

Definition

RemoveParticipantEventResult is returned from WaitForEvent of RemoveParticipantResult.

public class RemoveParticipantEventResult
type RemoveParticipantEventResult = class
Public Class RemoveParticipantEventResult
Inheritance
RemoveParticipantEventResult

Properties

FailureResult

RemoveParticipantFailed event will be returned when the participant could not be removed from the call.

IsSuccess

Indicates whether the returned event is considered successful or not.

Participant

CommunicationIdentifier Participant that was removed from the call.

SuccessResult

RemoveParticipantSucceeded event will be returned when the participant was removed from the call successfully.

Applies to