|
DataSubscriberNotificationReceived Event
|
Occurs when a notification has been received from the
DataPublisher.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic event EventHandler<EventArgs<string>> NotificationReceived
Public Event NotificationReceived As EventHandler(Of EventArgs(Of String))
public:
event EventHandler<EventArgs<String^>^>^ NotificationReceived {
void add (EventHandler<EventArgs<String^>^>^ value);
void remove (EventHandler<EventArgs<String^>^>^ value);
}
function add_NotificationReceived(value);
function remove_NotificationReceived(value);
View SourceValue
EventHandlerEventArgsString
See Also