Click or drag to resize

ButtonModuleServiceRemoveButton Method

Removes the customized button from the button module.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RemoveButton(
	CustomizedButton button,
	ButtonModuleServiceButtonCustomizationCompletionHandler completionHandler
)

Parameters

button
Type: Avaya.ClientServicesCustomizedButton
Informational parameters for the button to be removed.
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