CallFeatureServiceStopCoachingSession Method (CallFeatureServiceFeatureCompletionHandler) |
Note: This API is now obsolete.
Stop coaching and move the service observing session to previous mode.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax[ObsoleteAttribute("This method is deprecated. Please use method that takes ServiceObservingCompletionHandler as parameter instead.")]
public void StopCoachingSession(
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.
Remarks
If the service observing session is not in coaching mode, an error will be reported to the application
via the supplied completion handler.
See Also