Click or drag to resize
CallFeatureServiceChangeServiceObservingMode Method (ServiceObservingMode, CallFeatureServiceServiceObservingCompletionHandler)
Change the mode of service observing session.

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

Parameters

mode
Type: Avaya.ClientServicesServiceObservingMode
The Service Observing mode.
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