openPDC Historian Help
NotifyWarning Method (subject, message, details)
NamespacesTVA.Historian.NotifiersEmailNotifierNotifyWarning(String, String, String)
Processes a Warning notification.
Declaration Syntax
C#Visual BasicVisual C++
protected override void NotifyWarning(
	string subject,
	string message,
	string details
)
Protected Overrides Sub NotifyWarning ( _
	subject As String, _
	message As String, _
	details As String _
)
protected:
virtual void NotifyWarning(
	String^ subject, 
	String^ message, 
	String^ details
) override
Parameters
subject (String)
Subject matter for the notification.
message (String)
Brief message for the notification.
details (String)
Detailed message for the notification.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252