Click or drag to resize

crawlerDomainTaskMachine Constructor (modelSpiderTestRecord, ListwebSiteProfile, directAnalyticReporter, folderNode)

Home | 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.1.0.0 (0.1.0.0)
Syntax
C#
public crawlerDomainTaskMachine(
	modelSpiderTestRecord __tRecord,
	List<webSiteProfile> sample,
	directAnalyticReporter __reporter,
	folderNode __folder
)

Parameters

__tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord

[Missing <param name="__tRecord"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskMachine.#ctor(imbWEM.Core.crawler.model.modelSpiderTestRecord,System.Collections.Generic.List{imbCommonModels.webStructure.webSiteProfile},imbWEM.Core.directReport.directAnalyticReporter,imbSCI.Core.files.folders.folderNode)"]

sample
Type: System.Collections.GenericListwebSiteProfile

[Missing <param name="sample"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskMachine.#ctor(imbWEM.Core.crawler.model.modelSpiderTestRecord,System.Collections.Generic.List{imbCommonModels.webStructure.webSiteProfile},imbWEM.Core.directReport.directAnalyticReporter,imbSCI.Core.files.folders.folderNode)"]

__reporter
Type: imbWEM.Core.directReportdirectAnalyticReporter

[Missing <param name="__reporter"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskMachine.#ctor(imbWEM.Core.crawler.model.modelSpiderTestRecord,System.Collections.Generic.List{imbCommonModels.webStructure.webSiteProfile},imbWEM.Core.directReport.directAnalyticReporter,imbSCI.Core.files.folders.folderNode)"]

__folder
Type: folderNode

[Missing <param name="__folder"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskMachine.#ctor(imbWEM.Core.crawler.model.modelSpiderTestRecord,System.Collections.Generic.List{imbCommonModels.webStructure.webSiteProfile},imbWEM.Core.directReport.directAnalyticReporter,imbSCI.Core.files.folders.folderNode)"]

See Also