CallFeatureServiceUnparkCall Method (String, CallFeatureServiceFeatureCompletionHandler) |
Unparks a call previously parked at the specified extension.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void UnparkCall(
string extension,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- extension
- Type: SystemString
The extension from which to retrieve the parked call.
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also