AlertProviderConfigureAlert Method
|
Configures an alert to be triggered when the alert's condition occurs or becomes resolved.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax void ConfigureAlert(
PrinterAlert alert
)
Sub ConfigureAlert (
alert As PrinterAlert
)
void ConfigureAlert(
PrinterAlert^ alert
)
Parameters
- alert PrinterAlert
- The alert to trigger when it's condition occurs or becomes resolved.
Exceptions See Also