|
INotifierNotify Method
|
Process a notification.
Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax function Notify(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.
Return Value
Booleantrue if notification is processed successfully; otherwise false.
See Also