Click or drag to resize

INotifierNotify Method

Process a notification.

Namespace: GSF.Historian.Notifiers
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
bool Notify(
	string subject,
	string message,
	string details,
	NotificationTypes notificationType
)
View Source

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

Boolean
true if notification is processed successfully; otherwise false.
See Also