Click or drag to resize

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: 3.0.3271
Syntax
void RemoveAlert(
	PrinterAlert alert
)

Parameters

alert  PrinterAlert
Alert to be removed from the configuration
Exceptions
ExceptionCondition
ConnectionException
See Also