Click or drag to resize
CallFeatureServiceStopServiceObserving Method (CallFeatureServiceFeatureCompletionHandler)

Note: This API is now obsolete.

Stops service observing.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
[ObsoleteAttribute("This method is deprecated. Please use method that takes ServiceObservingCompletionHandler as parameter instead.")]
public void StopServiceObserving(
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback will not be provided.
See Also