Click or drag to resize

CallFeatureServiceStartServiceObserving Method (String, ServiceObservingType, Int32, CallFeatureServiceFeatureCompletionHandler)

Note: This API is now obsolete.

Starts service observing.

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 StartServiceObserving(
	string entity,
	ServiceObservingType type,
	int location,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

entity
Type: SystemString
The extension of the endpoint to be observed.
type
Type: Avaya.ClientServicesServiceObservingType
The Service Observing type.
location
Type: SystemInt32
The location number associated with the observed VDN. The valid range is 0-2000. The value 0 means that the ServiceObservingType is not "By Location". If the location number is outside the valid range, an error will be reported to the application via the supplied completion handler.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback will not be provided.
Remarks
Service observing feature allows supervisors to monitor calls to extensions, agents or VDNs.
See Also