Click or drag to resize

DataSubscriberSupportsRealTimeProcessing Property

Gets flag indicating if this adapter supports real-time processing.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool SupportsRealTimeProcessing { get; }
View Source

Property Value

Boolean
Remarks
Setting this value to false indicates that the adapter should not be enabled unless it exists within a temporal session. As an example, this flag can be used in a gateway system to set up two separate subscribers: one to the PDC for real-time data streams and one to the historian for historical data streams. In this scenario, the assumption is that the PDC is the data source for the historian, implying that only local data is destined for archival.
See Also