|
DataPublisherSendNotification Method
|
Sends a notification to all subscribers.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntax[AdapterCommandAttribute("Sends a notification to all subscribers.", new string[] { ... })]
public virtual void SendNotification(
string message
)
<AdapterCommandAttribute("Sends a notification to all subscribers.", New String() { ... })>
Public Overridable Sub SendNotification (
message As String
)
public:
[AdapterCommandAttribute(L"Sends a notification to all subscribers.", __gc new array<String^>^ { ... })]
virtual void SendNotification(
String^ message
)
[<AdapterCommandAttribute("Sends a notification to all subscribers.", new string[] { ... })>]
abstract SendNotification :
message : string -> unit
[<AdapterCommandAttribute("Sends a notification to all subscribers.", new string[] { ... })>]
override SendNotification :
message : string -> unit
function SendNotification(message);
View SourceParameters
- message String
- The message to be sent.
See Also