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