|
DataSubscriberSupportsRealTimeProcessing Property
|
Gets flag indicating if this adapter supports real-time processing.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool SupportsRealTimeProcessing { get; }
Public ReadOnly Property SupportsRealTimeProcessing As Boolean
Get
public:
property bool SupportsRealTimeProcessing {
bool get ();
}
member SupportsRealTimeProcessing : bool with get
function get_SupportsRealTimeProcessing();
View SourceProperty Value
BooleanRemarks
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