|
NotifierBaseNotifyWarning Method
|
When overridden in a derived class, processes a
Warning notification.
Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax Protected MustOverride Sub NotifyWarning (
subject As String,
message As String,
details As String
)
protected:
virtual void NotifyWarning(
String^ subject,
String^ message,
String^ details
) abstract
function NotifyWarning(subject, message, details);
View SourceParameters
- subject String
- Subject matter for the notification.
- message String
- Brief message for the notification.
- details String
- Detailed message for the notification.
See Also