Click or drag to resize

crawlerDomainTask Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the crawlerDomainTask class.

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public crawlerDomainTask(
	webSiteProfile __wProfile,
	crawlerDomainTaskCollection __parent
)

Parameters

__wProfile
Type: imbCommonModels.webStructurewebSiteProfile
The w profile.
__parent
Type: imbWEM.Core.crawler.enginecrawlerDomainTaskCollection
The parent.
See Also