Click or drag to resize

CallFeatureServiceStopCoachingSession Method (CallFeatureServiceServiceObservingCompletionHandler)

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
C#
public void StopCoachingSession(
	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.
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