Click or drag to resize

AlertProviderConfigureAlerts Method

Configures a list of alerts to be triggered when their conditions occur or become resolved.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
void ConfigureAlerts(
	List<PrinterAlert> alerts
)

Parameters

alerts  ListPrinterAlert
The list of alerts to trigger when their conditions occur or become resolved.
Exceptions
ExceptionCondition
ConnectionException
See Also