|
SubscriberHubSubscribe Method
|
Subscribes to the internal data publisher.
Namespace: GSF.Web.SharedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax public void Subscribe(
string subscriberID,
JObject data
)
Public Sub Subscribe (
subscriberID As String,
data As JObject
)
public:
void Subscribe(
String^ subscriberID,
JObject^ data
)
member Subscribe :
subscriberID : string *
data : JObject -> unit
function Subscribe(subscriberID, data);
View SourceParameters
- subscriberID String
- The ID of the subscriber.
- data JObject
- Data from the client describing the subscription.
See Also