openPDC Historian Help
NotifyInformation Method (subject, message, details)
NamespacesTVA.Historian.NotifiersNotifierBaseNotifyInformation(String, String, String)
When overridden in a derived class, processes a Information notification.
Declaration Syntax
C#Visual BasicVisual C++
protected abstract void NotifyInformation(
	string subject,
	string message,
	string details
)
Protected MustOverride Sub NotifyInformation ( _
	subject As String, _
	message As String, _
	details As String _
)
protected:
virtual void NotifyInformation(
	String^ subject, 
	String^ message, 
	String^ details
) abstract
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