Click or drag to resize

CallFeatureServiceChangeServiceObservingMode Method (ServiceObservingMode, CallFeatureServiceFeatureCompletionHandler)

Note: This API is now obsolete.

Change the mode of service observing session.

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

Parameters

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