Closed GoogleCodeExporter closed 9 years ago
Cancellation was implemented in version 1.2.3 (not released yet but available
here https://github.com/sjdirect/abot/tree/1.2.3).
You can start the crawl asynchronously with cancellation support like so..
Task.Factory.StartNew( () => {
crawler.Crawl(new Uri("http://aaa.com"), cancellationToken);
}, cancellationToken)
Original comment by sjdir...@gmail.com
on 17 Jan 2014 at 4:23
Original issue reported on code.google.com by
finizio...@gmail.com
on 17 Jan 2014 at 2:30