PresenceListSubscription Class |
Namespace: Avaya.ClientServices
public class PresenceListSubscription
The PresenceListSubscription type exposes the following members.
| Name | Description | |
|---|---|---|
| AddAddress |
Adds an address to the subscription in order to start watching presence of a user identified by the address.
| |
| RemoveAddress |
Removes an address from the subscription.
| |
| Start |
Starts the subscription and watching presence for the subscribed addresses.
| |
| Stop |
Stops the subscription.
|
| Name | Description | |
|---|---|---|
| PresenceReceived |
Occurs when presence information is received for a remote user.
| |
| Started |
Occurs when presence subscription has started successfully.
| |
| StartFailed |
Occurs upon unrecoverable failure preventing the subscription from starting.
| |
| Stopped |
Occurs when the subscription has been stopped either intentionally
or as a result of a failure.
|