ButtonModuleServiceAddButton Method |
Adds a customized button at location given by user.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void AddButton(
CustomizedButton button,
int configuredLocation,
int customizedLocation,
ButtonModuleServiceButtonCustomizationCompletionHandler completionHandler
)
Parameters
- button
- Type: Avaya.ClientServicesCustomizedButton
Informational parameters for the button to be added.
- configuredLocation
- Type: SystemInt32
Location of the button as configured on SMGR.
- customizedLocation
- Type: SystemInt32
Location on the button module where the user wants to add the customized button.
- completionHandler
- Type: Avaya.ClientServicesButtonModuleServiceButtonCustomizationCompletionHandler
A completion handler to call when the operation has completed.
This may be null if the caller doesn't wish to be informed of completion.
See Also