|   | DataSubscriberSendServerCommand(ServerCommand, String) Method | 
        
        
            Sends a server command to the publisher connection with associated message data.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual bool SendServerCommand(
	ServerCommand commandCode,
	string message
)
Public Overridable Function SendServerCommand ( 
	commandCode As ServerCommand,
	message As String
) As Boolean
public:
virtual bool SendServerCommand(
	ServerCommand commandCode, 
	String^ message
)
abstract SendServerCommand : 
        commandCode : ServerCommand * 
        message : string -> bool 
override SendServerCommand : 
        commandCode : ServerCommand * 
        message : string -> bool function SendServerCommand(commandCode, message);
Parameters
- commandCode  ServerCommand
- ServerCommand to send.
- message  String
- String based command data to send to server.
Return Value
Booleantrue if 
commandCode transmission was successful; otherwise 
false.
 See Also
See Also