Click or drag to resize

AlertProviderConfigureAlert Method

Configures an alert to be triggered when the alert's condition occurs or becomes resolved.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
void ConfigureAlert(
	PrinterAlert alert
)

Parameters

alert  PrinterAlert
The alert to trigger when it's condition occurs or becomes resolved.
Exceptions
ExceptionCondition
ConnectionException
See Also