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