Click or drag to resize

DataSubscriberSubscribe(Boolean, Boolean, String) 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 virtual bool Subscribe(
	bool remotelySynchronized,
	bool compactFormat,
	string connectionString
)
View Source

Parameters

remotelySynchronized  Boolean
Boolean value that determines if subscription should be remotely synchronized - note that data publisher may not allow remote synchronization.
compactFormat  Boolean
Boolean value that determines if the compact measurement format should be used. Set to false for full fidelity measurement serialization; otherwise set to true for bandwidth conservation.
connectionString  String
Connection string that defines required and optional parameters for the subscription.

Return Value

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