Class EventLogAlertHandler
Implements alert handler which write information about alert into Windows Event Log.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Alerts
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class EventLogAlertHandler : IAlertHandler
  Constructors
EventLogAlertHandler()
Declaration
public EventLogAlertHandler()
  Methods
ProcessAlerts(AlertHandler, IEnumerable<Alert>)
Processes alerts accumulated since last execution.
Declaration
public bool ProcessAlerts(AlertHandler handler, IEnumerable<Alert> alerts)
  Parameters
| Type | Name | Description | 
|---|---|---|
| AlertHandler | handler | Configuration of the handler being executed.  | 
      
| IEnumerable<Alert> | alerts | Collection of alerts accumulated since last execution.  | 
      
Returns
| Type | Description | 
|---|---|
| Boolean | True, if al least one alert has been provided. False, otherwise.  |