Click or drag to resize

DataSubscriberSendServerCommand(ServerCommand, Byte) Method

Sends a server command to the publisher connection.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual bool SendServerCommand(
	ServerCommand commandCode,
	byte[] data = null
)
View Source

Parameters

commandCode  ServerCommand
ServerCommand to send.
data  Byte  (Optional)
Optional command data to send.

Return Value

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