CallFeatureServiceServiceObservingCompletionHandler Delegate |
Declares a completion handler that handles the result of service observing feature invocation requests.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void ServiceObservingCompletionHandler(
FeatureException error,
ServiceObservingErrorEventArgs serviceObservingError
)
Parameters
- error
- Type: Avaya.ClientServicesFeatureException
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.
- serviceObservingError
- Type: Avaya.ClientServicesServiceObservingErrorEventArgs
Detailed information about the service observing feature failure.
See Also