Click or drag to resize

CallFeatureServiceStartServiceObserving Method (String, ServiceObservingType, Int32, CallFeatureServiceServiceObservingCompletionHandler)

Starts service observing.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void StartServiceObserving(
	string entity,
	ServiceObservingType type,
	int location,
	CallFeatureServiceServiceObservingCompletionHandler 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.ClientServicesCallFeatureServiceServiceObservingCompletionHandler
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