Click or drag to resize
PresenceAccessControlListBlockedWatchers Property
List of users who are not allowed to track local user's presence. null is returned until PresenceAccessControlRulesChanged or PresenceAccessControlPolicyChanged handler is assigned. In order to receive a list of allowed presence watchers subscribe to PresenceAccessControlRulesChanged or PresenceAccessControlPolicyChanged first and wait for events.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public ReadOnlyCollection<PresenceWatcher> BlockedWatchers { get; }

Property Value

Type: ReadOnlyCollectionPresenceWatcher
See Also