Click or drag to resize

SubscriberHubSendCommand Method

Sends a command to the publisher.

Namespace:  openPDC
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.3.33-beta
Syntax
public void SendCommand(
	string subscriberID,
	ServerCommand commandCode,
	string message
)
Request Example View Source

Parameters

subscriberID
Type: SystemString
The ID of the subscriber.
commandCode
Type: GSF.TimeSeries.TransportServerCommand
The command to be sent.
message
Type: SystemString
The message to be sent to the publisher.
See Also