Click or drag to resize

PresenceFailureEventArgs Class

Event arguments for presence failures returned by the presence service.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesProtocolEventArgs
      Avaya.ClientServicesPresenceFailureEventArgs
        Avaya.ClientServicesPresencePublishFailureEventArgs

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

The PresenceFailureEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
The PresenceError carried by the event.
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.)
Top
See Also