Click or drag to resize

DataSubscriberOnNotificationReceived Method

Raises the NotificationReceived event.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected void OnNotificationReceived(
	string message
)
View Source

Parameters

message  String
Message for the notification.
See Also