Click or drag to resize

DataSubscriberSynchronizedSubscribe Method

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

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

Parameters

info  SynchronizedSubscriptionInfo
Configuration object that defines the subscription.

Return Value

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