Click or drag to resize
PendingParticipantCancelledEventArgs Class
The event argument used to report pending participant actions related failures to the application.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesProtocolEventArgs
      Avaya.ClientServicesPendingParticipantCancelledEventArgs

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class PendingParticipantCancelledEventArgs : ProtocolEventArgs

The PendingParticipantCancelledEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAnotherModeratorName
The name of another moderator who has already admitted/rejected participant request. Filled in case of AcceptedByAnotherModerator or RejectedByAnotherModerator Empty by default
Public propertyProtocolReason
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolResponseCode
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarning
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarningCode
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyReasonCode
A code indicating the cancellation reason of admission request.
Top
Methods
  NameDescription
Public methodToString
String representation of cancellation reason.
(Overrides ObjectToString.)
Top
See Also