|
NotifierBaseNotifyHeartbeat Method
|
When overridden in a derived class, processes a
Heartbeat notification.
Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax Protected MustOverride Sub NotifyHeartbeat (
subject As String,
message As String,
details As String
)
protected:
virtual void NotifyHeartbeat(
String^ subject,
String^ message,
String^ details
) abstract
function NotifyHeartbeat(subject, message, details);
View SourceParameters
- subject String
- Subject matter for the notification.
- message String
- Brief message for the notification.
- details String
- Detailed message for the notification.
See Also