Click or drag to resize

CallFeatureServiceAutoCallbackList Property

The list of outstanding auto-callback destinations.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public List<string> AutoCallbackList { get; }

Return Value

Type: ListString
The list of outstanding auto-callback destinations in case AutoCallbackDestination capability is enabled, empty list otherwise.
Remarks
see also: AutoCallbackListChanged
See Also