Click or drag to resize
CallFeatureServiceAutodialUpdateCompletionHandler Delegate
Declares a completion handler that handles the result of an Autodial request.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void AutodialUpdateCompletionHandler(
	AutodialErrorEventArgs error
)

Parameters

error
Type: Avaya.ClientServicesAutodialErrorEventArgs
If the request is successful, the value of this parameter is a null reference. If the request fails it contains an exception describing the details of the failure.
See Also