Click or drag to resize

CallFeatureServiceEnableEC500 Method (Boolean, CallFeatureServiceFeatureCompletionHandler)

Enables or disables EC500.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void EnableEC500(
	bool enabled,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

enabled
Type: SystemBoolean
If true EC500 is enabled. If false EC500 is disabled.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also