CallFeatureServiceEnableAutoCallback Method (Boolean, CallFeatureServiceFeatureCompletionHandler) |
Enables an automatic callback for the last call if it received a
busy signal or was unanswered.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void EnableAutoCallback(
bool enabled,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- enabled
- Type: SystemBoolean
If true automatic callback is enabled. If false automatic callback
is disabled.
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also