Click or drag to resize

crawlerDomainTaskMachine Constructor (modelSpiderTestRecord, ListwebSiteProfile, analyticMacroBase)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the crawlerDomainTaskMachine class.

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public crawlerDomainTaskMachine(
	modelSpiderTestRecord tRecord,
	List<webSiteProfile> sample,
	analyticMacroBase macro
)

Parameters

tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord
The t record.
sample
Type: System.Collections.GenericListwebSiteProfile
The sample.
macro
Type: imbWEM.Core.projectanalyticMacroBase
The macro.
See Also