コード例 #1
0
        public async Task SpiderStatistics()
        {
            SpiderTests s = new SpiderTests();
            await s.RetryDownloadTimes();

            s.RetryWhenResultIsEmpty();
        }
コード例 #2
0
        public void SpiderStatistics()
        {
            SpiderTests s = new SpiderTests();

            s.RetryDownloadTimes();
            s.RetryWhenResultIsEmpty();
        }