Click or drag to resize

ProfileRemoveAlert Method

Removes a configured alert from a profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void RemoveAlert(
	PrinterAlert alert
)

Parameters

alert
Type: Zebra.Sdk.PrinterPrinterAlert
The alert to be removed from the configuration.

Implements

AlertProviderRemoveAlert(PrinterAlert)
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
Remarks
They may be reconfigured via the setAlert methods.
See Also