AppMetrics.DataReader.GetRecords C# (CSharp) 메소드

GetRecords() 공개 정적인 메소드

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