Click or drag to resize

NotifiersSendNotification(String, String, NotificationTypes) Method

Sends a notification.

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

Parameters

subject  String
Subject matter for the notification.
message  String
Brief message for the notification.
notificationType  NotificationTypes
One of the NotificationTypes values.
See Also