|
SubscriberHubSendCommand Method
|
Sends a command to the publisher.
Namespace: GSF.Web.SharedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic void SendCommand(
string subscriberID,
ServerCommand commandCode,
string message
)
Public Sub SendCommand (
subscriberID As String,
commandCode As ServerCommand,
message As String
)
public:
void SendCommand(
String^ subscriberID,
ServerCommand commandCode,
String^ message
)
member SendCommand :
subscriberID : string *
commandCode : ServerCommand *
message : string -> unit
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