Click or drag to resize

SubscriberHubSendCommand Method

Sends a command to the publisher.

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

Parameters

subscriberID  String
The ID of the subscriber.
commandCode  ServerCommand
The command to be sent.
message  String
The message to be sent to the publisher.
See Also