Click or drag to resize

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
)
Request Example View Source

Parameters

subscriberID
Type: SystemString
The ID of the subscriber.
data
Type: JObject
Data from the client describing the subscription.
See Also