Click or drag to resize

IReportPlugineventCrawlJobFinished Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Namespace:  imbWEM.Core.plugins.report
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
void eventCrawlJobFinished(
	crawlerDomainTaskMachine __machine,
	modelSpiderTestRecord __tRecord
)

Parameters

__machine
Type: imbWEM.Core.crawler.enginecrawlerDomainTaskMachine

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

See Also