Click or drag to resize

CallFeatureServiceRetrieveCall Method

Perform a Call Handover to retrieve the active call from a user's twin clients.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RetrieveCall(
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed. This parameter may be null.
See Also