Click or drag to resize
CallFeatureServiceStopServiceObserving Method (CallFeatureServiceServiceObservingCompletionHandler)
Stops service observing.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void StopServiceObserving(
	CallFeatureServiceServiceObservingCompletionHandler completionHandler
)

Parameters

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