Exemplo n.º 1
0
        public async Task SpiderStatistics()
        {
            SpiderTests s = new SpiderTests();
            await s.RetryDownloadTimes();

            s.RetryWhenResultIsEmpty();
        }
Exemplo n.º 2
0
        public void SpiderStatistics()
        {
            SpiderTests s = new SpiderTests();

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