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