Click or drag to resize

PresenceServiceCreatePresenceListSubscription Method

Creates a new empty ad-hoc presence subscription object.

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

Return Value

Type: PresenceListSubscription
The returned value is an empty PresenceListSubscription object.
Remarks
An ad-hoc presence subscription object is used to manipulate the list of users the client application wants to know presence of. A PresenceListSubscription object allows to subscribe for presence events of multiple users specified by their presence addresses. Note, that the preferred way of getting presence of other users is via a Contact object.
See Also