Click or drag to resize

PresenceAccessControlRulesEventArgs Constructor

Constructs a new PresenceAccessControlPolicyEventArgs object.

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

Parameters

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