ProfileConfigureAlerts Method
|
Configures a list of alerts to be triggered when their conditions occur or become resolved.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void ConfigureAlerts(
List<PrinterAlert> alerts
)
Public Sub ConfigureAlerts (
alerts As List(Of PrinterAlert)
)
public:
virtual void ConfigureAlerts(
List<PrinterAlert^>^ alerts
) sealed
Parameters
- alerts ListPrinterAlert
- The list of alerts to trigger when their conditions occur or become resolved.
Implements
AlertProviderConfigureAlerts(ListPrinterAlert)Exceptions See Also