Click or drag to resize

CallFeatureServiceGetFeatureStatusForFeature Method

Returns the status of the feature specified by the FeatureParameters object.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public FeatureStatusParameters GetFeatureStatusForFeature(
	FeatureParameters featureParams
)

Parameters

featureParams
Type: Avaya.ClientServicesFeatureParameters
The FeatureParameters object to query feature status.

Return Value

Type: FeatureStatusParameters
Returns a feature status for the specified FeatureParameters object if feature is configured else this method will return an object of type FeatureStatusParameters with Undefined status in it. Other status are On, Off or Alerting.
See Also