|
NotifiersSendNotification(String, String, String, NotificationTypes) Method
|
Sends a notification.
Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic void SendNotification(
string subject,
string message,
string details,
NotificationTypes notificationType
)
Public Sub SendNotification (
subject As String,
message As String,
details As String,
notificationType As NotificationTypes
)
public:
void SendNotification(
String^ subject,
String^ message,
String^ details,
NotificationTypes notificationType
)
member SendNotification :
subject : string *
message : string *
details : string *
notificationType : NotificationTypes -> unit
function SendNotification(subject, message, details, notificationType);
View SourceParameters
- 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