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: 2.14.1869
Syntaxvoid ConfigureAlerts(
	List<PrinterAlert> alerts
)
Sub ConfigureAlerts ( 
	alerts As List(Of PrinterAlert)
)
void ConfigureAlerts(
	List<PrinterAlert^>^ alerts
)
Parameters
- alerts
 - Type: System.Collections.GenericListPrinterAlert
The list of alerts to trigger when their conditions occur or become resolved. 
Exceptions
See Also