|   | DataPublisherSendNotification Method | 
        
        
            Sends a notification to all subscribers.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- message  String
- The message to be sent.
 See Also
See Also