Click or drag to resize

DataSubscriberUnsynchronizedSubscribe(UnsynchronizedSubscriptionInfo) Method

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

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

Parameters

info  UnsynchronizedSubscriptionInfo
Configuration object that defines the subscription.

Return Value

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