Click or drag to resize

PresenceListSubscription Class

An ad hoc presence list subscription.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesPresenceListSubscription

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

The PresenceListSubscription type exposes the following members.

Methods
  NameDescription
Public methodAddAddress
Adds an address to the subscription in order to start watching presence of a user identified by the address.
Public methodRemoveAddress
Removes an address from the subscription.
Public methodStart
Starts the subscription and watching presence for the subscribed addresses.
Public methodStop
Stops the subscription.
Top
Events
  NameDescription
Public eventPresenceReceived
Occurs when presence information is received for a remote user.
Public eventStarted
Occurs when presence subscription has started successfully.
Public eventStartFailed
Occurs upon unrecoverable failure preventing the subscription from starting.
Public eventStopped
Occurs when the subscription has been stopped either intentionally or as a result of a failure.
Top
Remarks
The class provides an interface to watch presence of a group of users specified by their addresses added in the list.
See Also