CallFeatureServiceInvokeSendNNCall Method |
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void InvokeSendNNCall(
string extension,
string remoteAddress,
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- extension
- Type: SystemString
The number for which the call should be placed.
- remoteAddress
- Type: SystemString
The destination that the call should be addressed to.
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
A completion handler to call when the operation has completed. This parameter may be null.
See Also