|
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.207-beta
Syntax function SendServerCommand(commandCode, message);
View SourceParameters
- 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