Initializes the component.

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.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

WebCrawlerComponent Interface | WebCrawlerComponent Members | Eas.WebCrawler.Interfaces Namespace