|
SubscriberHubSendCommand Method
|
Sends a command to the publisher.
Namespace: GSF.Web.SharedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function SendCommand(subscriberID, commandCode, message);
View SourceParameters
- 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