Click or drag to resize

crawlerDomainTaskCollection Constructor (modelSpiderTestRecord, ListwebSiteProfile, crawlerDomainTaskMachine)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Here the webSiteProfile is used to create crawlDomainTask and wRecords

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public crawlerDomainTaskCollection(
	modelSpiderTestRecord __tRecord,
	List<webSiteProfile> __sample,
	crawlerDomainTaskMachine __parent
)

Parameters

__tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord
The t record.
__sample
Type: System.Collections.GenericListwebSiteProfile
The sample.
__parent
Type: imbWEM.Core.crawler.enginecrawlerDomainTaskMachine
The parent.
See Also