|
SubscriberHubSubscribe Method
|
Subscribes to the internal data publisher.
Namespace:
openPDC
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.3.33-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);
Request Example
View SourceParameters
- subscriberID
- Type: SystemString
The ID of the subscriber. - data
- Type: JObject
Data from the client describing the subscription.
See Also