You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:30The text was updated successfully, but these errors were encountered: