PresenceAccessControlRulesEventArgs Constructor |
Constructs a new PresenceAccessControlPolicyEventArgs object.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic PresenceAccessControlRulesEventArgs(
List<PresenceWatcher> allowedWatchers,
List<PresenceWatcher> blockedWatchers
)
Parameters
- allowedWatchers
- Type: System.Collections.GenericListPresenceWatcher
- blockedWatchers
- Type: System.Collections.GenericListPresenceWatcher
See Also