Beispiel #1
0
        public IEnumerable <DownloadContentReport> GetDownloadContentReports()
        {
            this.Check();

            lock (_lockObject)
            {
                return(_coreManager.GetDownloadContentReports());
            }
        }