Click or drag to resize

DataPublisherSendNotification Method

Sends a notification to all subscribers.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Sends a notification to all subscribers.", new string[] { ... })]
public virtual void SendNotification(
	string message
)
View Source

Parameters

message  String
The message to be sent.
See Also