Click or drag to resize

SubscriberHubSubscribe Method

Subscribes to the internal data publisher.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public void Subscribe(
	string subscriberID,
	JObject data
)
View Source

Parameters

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