Click or drag to resize

crawlerDomainTaskCollection Constructor (modelSpiderTestRecord, ListwebSiteProfile, analyticMacroBase)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the crawlerDomainTaskCollection class

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

Parameters

__tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord

[Missing <param name="__tRecord"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskCollection.#ctor(imbWEM.Core.crawler.model.modelSpiderTestRecord,System.Collections.Generic.List{imbCommonModels.webStructure.webSiteProfile},imbWEM.Core.project.analyticMacroBase)"]

__sample
Type: System.Collections.GenericListwebSiteProfile

[Missing <param name="__sample"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskCollection.#ctor(imbWEM.Core.crawler.model.modelSpiderTestRecord,System.Collections.Generic.List{imbCommonModels.webStructure.webSiteProfile},imbWEM.Core.project.analyticMacroBase)"]

__aMacro
Type: imbWEM.Core.projectanalyticMacroBase

[Missing <param name="__aMacro"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskCollection.#ctor(imbWEM.Core.crawler.model.modelSpiderTestRecord,System.Collections.Generic.List{imbCommonModels.webStructure.webSiteProfile},imbWEM.Core.project.analyticMacroBase)"]

See Also