Click or drag to resize

PresenceServiceRemovePresenceListSubscription Method

Removes the specified ad-hoc presence list subscription.

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

Parameters

subscription
Type: Avaya.ClientServicesPresenceListSubscription
Subscription object to remove.
Remarks
This method is used to stop getting presence updates for all of the users specified by the addresses added to the object.
See Also