Beispiel #1
0
        private async void callCrawlerAsync(string url)
        {
            Gathers.Gather gather = new Gathers.Gather(ScrapBehavior, url);
            List <Object>  values = new List <Object>();

            values = await gather.PerformScrapAsync();
        }