openPDC Historian Help
Notify Method (subject, message, details, notificationType)
NamespacesTVA.Historian.NotifiersINotifierNotify(String, String, String, NotificationTypes)
Process a notification.
Declaration Syntax
C#Visual BasicVisual C++
bool Notify(
	string subject,
	string message,
	string details,
	NotificationTypes notificationType
)
Function Notify ( _
	subject As String, _
	message As String, _
	details As String, _
	notificationType As NotificationTypes _
) As Boolean
bool Notify(
	String^ subject, 
	String^ message, 
	String^ details, 
	NotificationTypes notificationType
)
Parameters
subject (String)
Subject matter for the notification.
message (String)
Brief message for the notification.
details (String)
Detailed message for the notification.
notificationType (NotificationTypes)
One of the NotificationTypes values.
Return Value
true if notification is processed successfully; otherwise false.

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