Click or drag to resize

AlertProvider Methods

The AlertProvider type exposes the following members.

Methods
  Name Description
Public method ConfigureAlert Configures an alert to be triggered when the alert's condition occurs or becomes resolved.
Public method ConfigureAlerts Configures a list of alerts to be triggered when their conditions occur or become resolved.
Public method GetConfiguredAlerts A list of objects detailing the alert configuration of a printer.
Public method RemoveAlert Removes a configured alert from a printer. They may be reconfigured via the configureAlert(s) methods.
Public method RemoveAllAlerts Removes all alerts currently configured on a printer. They may be reconfigured via the configureAlert(s) methods.
Top
See Also