Click or drag to resize

CallPickupAlertEventArgs Class

Event arguments for call pickup feature.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesCallPickupAlertEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class CallPickupAlertEventArgs : EventArgs

The CallPickupAlertEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAlertingParameters
The call pickup alert status alerting or off.
Public propertyFeatureType
The feature type associated with the group, directed or extended call pickup alerts.
Public propertyPickupGroup
The pickup group for which the alert is received.
Public propertyStatus
The status of the feature (on or off).
Top
See Also