Click or drag to resize

PresenceListSubscriptionAddAddress Method

Adds an address to the subscription in order to start watching presence of a user identified by the address.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void AddAddress(
	string address
)

Parameters

address
Type: SystemString
The address to add to the subscription.
See Also