Click or drag to resize
CallFeatureServiceUpdateAutodial Method
Sends out a request to update a configured Autodial button.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void UpdateAutodial(
	Autodial updatedAutodial,
	CallFeatureServiceAutodialUpdateCompletionHandler completionHandler
)

Parameters

updatedAutodial
Type: Avaya.ClientServicesAutodial
Autodial details to be updated.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceAutodialUpdateCompletionHandler
Handler to receive the response for the update request.
See Also