Creates a WebCrawlerEngine from a WebCrawlerSettings.

Declaration Syntax

Public Shared Function Create( _
	ByVal settings As WebCrawlerSettings _
) As WebCrawlerEngine
public static WebCrawlerEngine Create(
	WebCrawlerSettings settings
);
public: static WebCrawlerEngine Create(
	WebCrawlerSettings settings
);
public static function Create(
	settings : WebCrawlerSettings
) : WebCrawlerEngine;

Parameters

settings
A WebCrawlerSettings that specifies how the created engine should act. 

Return Value

An implementation of WebCrawlerEngine.

Requirements

Namespace: Eas.WebCrawler.Model
Assembly: Eas.WebCrawler.Model (eas.webcrawler.model.dll)

See Also

WebCrawlerFactory Class | WebCrawlerFactory Members | Eas.WebCrawler.Model Namespace