Click or drag to resize

reportPlugIn_workloadeventAtEndOfCrawlJob Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.plugins.reportPlugIn_workload.eventAtEndOfCrawlJob(imbWEM.Core.crawler.engine.crawlerDomainTaskMachine,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

Namespace:  imbWEM.Core.plugins
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public override void eventAtEndOfCrawlJob(
	crawlerDomainTaskMachine _machine,
	modelSpiderTestRecord tRecord
)

Parameters

_machine
Type: imbWEM.Core.crawler.enginecrawlerDomainTaskMachine

[Missing <param name="_machine"/> documentation for "M:imbWEM.Core.plugins.reportPlugIn_workload.eventAtEndOfCrawlJob(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.reportPlugIn_workload.eventAtEndOfCrawlJob(imbWEM.Core.crawler.engine.crawlerDomainTaskMachine,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

Implements

IReportPlugineventAtEndOfCrawlJob(crawlerDomainTaskMachine, modelSpiderTestRecord)
See Also