| CallFeatureServiceFeatureLabelCompletionHandler Delegate |
Declares a completion handler that handles the result of setting personalized label request.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic delegate void FeatureLabelCompletionHandler(
FeatureLabelErrorEventArgs error
)
Parameters
- error
- Type: Avaya.ClientServicesFeatureLabelErrorEventArgs
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