Click or drag to resize

reportPlugIn_benchmarkeventAtEndOfCrawlJob Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Just before

Namespace:  imbWEM.Core.plugins
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
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_benchmark.eventAtEndOfCrawlJob(imbWEM.Core.crawler.engine.crawlerDomainTaskMachine,imbWEM.Core.crawler.model.modelSpiderTestRecord)"]

tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord
The t record.

Implements

IReportPlugineventAtEndOfCrawlJob(crawlerDomainTaskMachine, modelSpiderTestRecord)
See Also