Click or drag to resize

DataSubscriberSendServerCommand(ServerCommand, String) Method

Sends a server command to the publisher connection with associated message data.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual bool SendServerCommand(
	ServerCommand commandCode,
	string message
)
View Source

Parameters

commandCode  ServerCommand
ServerCommand to send.
message  String
String based command data to send to server.

Return Value

Boolean
true if commandCode transmission was successful; otherwise false.
See Also