Click or drag to resize

CallFeatureServiceServiceObservingError Event

Note: This API is now obsolete.

An event that reports an error received for service observing session.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
[ObsoleteAttribute("This event is deprecated. Raised only if service observing feature is invoked using deprecated methods.")]
public event EventHandler<ServiceObservingErrorEventArgs> ServiceObservingError

Value

Type: SystemEventHandlerServiceObservingErrorEventArgs
Remarks
Client SDK raises this event if it receives an error from the server during the service observing session. e.g. supervisor is trying to start a service observing session by providing an invalid agent id. e.g. observed user has activated the exclusion during the service observing call.
See Also