Click or drag to resize

DataSubscriberSubscribe(SubscriptionInfo) Method

Subscribes (or re-subscribes) to a data publisher for a set of data points.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool Subscribe(
	SubscriptionInfo info
)
View Source

Parameters

info  SubscriptionInfo
Configuration object that defines the subscription.

Return Value

Boolean
true if subscribe transmission was successful; otherwise false.
See Also