Method | Description | |
---|---|---|
EmailNotifier ( ) : System |
Initializes a new instance of the EmailNotifier class.
|
|
LoadSettings ( ) : void |
Loads saved EmailNotifier settings from the config file if the GSF.Adapters.Adapter.PersistSettings property is set to true.
|
|
SaveSettings ( ) : void |
Saves EmailNotifier settings to the config file if the GSF.Adapters.Adapter.PersistSettings property is set to true.
|
Method | Description | |
---|---|---|
NotifyAlarm ( string subject, string message, string details ) : void |
Processes a NotificationTypes.Alarm notification.
|
|
NotifyHeartbeat ( string subject, string message, string details ) : void |
Processes a NotificationTypes.Heartbeat notification.
|
|
NotifyInformation ( string subject, string message, string details ) : void |
Processes a NotificationTypes.Information notification.
|
|
NotifyWarning ( string subject, string message, string details ) : void |
Processes a NotificationTypes.Warning notification.
|
Method | Description | |
---|---|---|
SendEmail ( string subject, string message, string details ) : void |
protected NotifyAlarm ( string subject, string message, string details ) : void | ||
subject | string | Subject matter for the notification. |
message | string | Brief message for the notification. |
details | string | Detailed message for the notification. |
return | void |
protected NotifyHeartbeat ( string subject, string message, string details ) : void | ||
subject | string | Subject matter for the notification. |
message | string | Brief message for the notification. |
details | string | Detailed message for the notification. |
return | void |
protected NotifyInformation ( string subject, string message, string details ) : void | ||
subject | string | Subject matter for the notification. |
message | string | Brief message for the notification. |
details | string | Detailed message for the notification. |
return | void |
protected NotifyWarning ( string subject, string message, string details ) : void | ||
subject | string | Subject matter for the notification. |
message | string | Brief message for the notification. |
details | string | Detailed message for the notification. |
return | void |