Click or drag to resize
PresenceAccessControlRulesEventArgs Constructor
Constructs a new PresenceAccessControlPolicyEventArgs object.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public PresenceAccessControlRulesEventArgs(
	List<PresenceWatcher> allowedWatchers,
	List<PresenceWatcher> blockedWatchers
)

Parameters

allowedWatchers
Type: System.Collections.GenericListPresenceWatcher
blockedWatchers
Type: System.Collections.GenericListPresenceWatcher
See Also