Click or drag to resize

NotifiersSendNotification(String, String, String, NotificationTypes) Method

Sends a notification.

Namespace: GSF.Historian.Notifiers
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.239-beta
Syntax
public void SendNotification(
	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.
See Also