Click or drag to resize

AlertProvider Methods

The AlertProvider type exposes the following members.

Methods
  NameDescription
Public methodConfigureAlert
Configures an alert to be triggered when the alert's condition occurs or becomes resolved.
Public methodConfigureAlerts
Configures a list of alerts to be triggered when their conditions occur or become resolved.
Public methodGetConfiguredAlerts
A list of objects detailing the alert configuration of a printer.
Public methodRemoveAlert
Removes a configured alert from a printer. They may be reconfigured via the configureAlert(s) methods.
Public methodRemoveAllAlerts
Removes all alerts currently configured on a printer. They may be reconfigured via the configureAlert(s) methods.
Top
See Also