AlertProviderRemoveAlert Method
|
Removes a configured alert from a printer. They may be reconfigured via the configureAlert(s) methods.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax void RemoveAlert(
PrinterAlert alert
)
Sub RemoveAlert (
alert As PrinterAlert
)
void RemoveAlert(
PrinterAlert^ alert
)
Parameters
- alert
- Type: Zebra.Sdk.PrinterPrinterAlert
Alert to be removed from the configuration
Exceptions See Also