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: 2.14.1989
Syntaxvoid ConfigureAlert(
	PrinterAlert alert
)
Sub ConfigureAlert ( 
	alert As PrinterAlert
)
void ConfigureAlert(
	PrinterAlert^ alert
)
Parameters
- alert
 - Type: Zebra.Sdk.PrinterPrinterAlert
The alert to trigger when it's condition occurs or becomes resolved. 
Exceptions
See Also