Click or drag to resize

NotifierBaseNotifyWarning Method

When overridden in a derived class, processes a Warning notification.

Namespace: GSF.Historian.Notifiers
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected abstract void NotifyWarning(
	string subject,
	string message,
	string details
)
View Source

Parameters

subject  String
Subject matter for the notification.
message  String
Brief message for the notification.
details  String
Detailed message for the notification.
See Also