Reads all data frames from the data stream.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public Dictionary<string, DataFrame<long, string>> ReadAllDataFrames()
Public Function ReadAllDataFrames As Dictionary(Of String, DataFrame(Of Long, String))
public:
Dictionary<String^, DataFrame<long long, String^>^>^ ReadAllDataFrames()
member ReadAllDataFrames : unit -> Dictionary<string, DataFrame<int64, string>>
Return Value
Type:
DictionaryString,
DataFrameInt64,
StringA dictionary that maps names to the corresponding
data frame that was read from the data stream.
Reference