CallFeatureServiceSetSendNNEnabled Method |
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void SetSendNNEnabled(
bool enabled,
string extension,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- enabled
- Type: SystemBoolean
If true send-nn is enabled. If false send-nn is disabled.
- extension
- Type: SystemString
The extension for which send-nn is enabled/disabled for.
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed. This parameter may be null.
See Also