IronWebScraper - The C# Web Scraping Library
WebScraperStartAsync Method |
Starts the WebScraper Asynchronously. Set CrawlId to make this crawl resumable. Will resume a previous scrawl with the same CrawlId if it exists.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

public Task StartAsync( string CrawlId = null )
Public Function StartAsync ( Optional CrawlId As String = Nothing ) As Task
Parameters
- CrawlId (Optional)
- Type: SystemString
Return Value
Type: Task