arachnode.net

Engine Methods

The methods of the Engine class are listed below. For a complete list of Engine class members, see the Engine Members topic.

Internal Static Methods

GetObjectHandle Gets the object handle.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Pause Pauses the Engine and the Crawl threads.
Resume Resumes the Engine and the Crawl threads.
Start Starts the Engine and the Crawl threads.
Stop Stops the Engine and Crawl threads. All remaining CrawlRequests and existing Discoveries will be saved to the database tables 'CrawlRequests' and 'Discoveries'.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Internal Instance Methods

Crawl Submits a CrawlRequest to an internal queue for crawling.
CrawlRequestCompleted Crawls the request completed.
FireOnCrawlCompleted
PopulateCrawlCrawlRequests Populates the crawl crawl requests. This is the most important method for the Engine.
Render Renders the CrawlRequest by running all client-side scripts.

See Also

Engine Class | Arachnode.SiteCrawler.Core Namespace