Click or drag to resize

plugIn_baseeventCrawlJobFinished Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.plugins.content.plugIn_base.eventCrawlJobFinished(imbWEM.Core.project.analyticJob,imbWEM.Core.crawler.engine.crawlerDomainTaskMachine,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

Namespace:  imbWEM.Core.plugins.content
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public abstract void eventCrawlJobFinished(
	analyticJob aJob,
	crawlerDomainTaskMachine __machine,
	modelSpiderTestRecord __tRecord
)

Parameters

aJob
Type: imbWEM.Core.projectanalyticJob

[Missing <param name="aJob"/> documentation for "M:imbWEM.Core.plugins.content.plugIn_base.eventCrawlJobFinished(imbWEM.Core.project.analyticJob,imbWEM.Core.crawler.engine.crawlerDomainTaskMachine,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

__machine
Type: imbWEM.Core.crawler.enginecrawlerDomainTaskMachine

[Missing <param name="__machine"/> documentation for "M:imbWEM.Core.plugins.content.plugIn_base.eventCrawlJobFinished(imbWEM.Core.project.analyticJob,imbWEM.Core.crawler.engine.crawlerDomainTaskMachine,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

__tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord

[Missing <param name="__tRecord"/> documentation for "M:imbWEM.Core.plugins.content.plugIn_base.eventCrawlJobFinished(imbWEM.Core.project.analyticJob,imbWEM.Core.crawler.engine.crawlerDomainTaskMachine,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

See Also