Click or drag to resize

PresenceEventArgs Class

Event arguments for incoming presence events provided by the presence service.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesPresenceEventArgs

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

The PresenceEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPresenceEventArgs
Constructs an instance of the PresenceEventsArgs class.
Top
Properties
  NameDescription
Public propertyPresence
The presence information object carried by the event.
Top
See Also