AppMetrics.DataReader.GetRecords C# (CSharp) Méthode

GetRecords() public static méthode

public static GetRecords ( string appKey, TimePeriod period ) : List
appKey string
period TimePeriod
Résultat List
        public static List<Record> GetRecords(string appKey, TimePeriod period)
        {
            var dataPath = GetSessionsDataPath(appKey);
            return GetRecordsFromPath(dataPath, period);
        }