RemoveParticipantEventResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET