Property | Type | Description | |
---|---|---|---|
CheckSend | void | ||
ConvertEvent | string | ||
Reset | void | ||
SendEmail | void |
Method | Description | |
---|---|---|
Notifier ( System.TimeSpan interval, IEventService eventService, ISmtpClient client, IFile file, ILogger logger, AlertTypeDto type ) : System | ||
Notify ( bool critical ) : void | ||
ResetCounter ( ) : void | ||
SaveEvent ( ) : void |
Method | Description | |
---|---|---|
CheckSend ( ) : void | ||
ConvertEvent ( AlertTypeDto type ) : string | ||
Reset ( ) : void | ||
SendEmail ( ) : void |
public Notifier ( System.TimeSpan interval, IEventService eventService, ISmtpClient client, IFile file, ILogger logger, AlertTypeDto type ) : System | ||
interval | System.TimeSpan | |
eventService | IEventService | |
client | ISmtpClient | |
file | IFile | |
logger | ILogger | |
type | AlertTypeDto | |
return | System |