|
RawDataExporterGetBufferedData Method
|
Returns a
DataSet containing the buffered real-time time-series data.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax Protected Function GetBufferedData (
exportName As String
) As DataSet
function GetBufferedData(exportName);
View SourceParameters
- exportName String
- Name of the export whose buffered data is to be retrieved.
Return Value
DataSetA
DataSet object if buffered data exists; otherwise null.
See Also