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.ModelAssembly: Eas.WebCrawler.Model (eas.webcrawler.model.dll)