| CallFeatureServiceSetSendNNEnabled Method |
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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