Click or drag to resize
CallFeatureServiceInvokeFeature Method (FeatureType, CallFeatureServiceFeatureCompletionHandler)
Invokes a feature that takes no feature invocation parameters.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void InvokeFeature(
	FeatureType featureType,
	CallFeatureServiceFeatureCompletionHandler completionHandler
)

Parameters

featureType
Type: Avaya.ClientServicesFeatureType
The type of feature to invoke.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
Handler to receive the response. The handler can be null.
See Also