Declaration Syntax
Sub Initialize( _
ByVal context As WebCrawlerContext _
)
void Initialize(
WebCrawlerContext context
);
void Initialize(
WebCrawlerContext context
);
function Initialize(
context : WebCrawlerContext
);
Parameters
- context
- The WebCrawlerContext to which this component belongs.
Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)