Click or drag to resize

Profile.GetConfiguredAlerts Method

A list of objects detailing the alert configurations in a profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax
public List<PrinterAlert> GetConfiguredAlerts()

Return Value

Type: List<PrinterAlert>
A list of alert objects currently in a profile.

Implements

AlertProvider.GetConfiguredAlerts()
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf the alerts could not be extracted from the profile.
See Also