Click or drag to resize

frontierRankingAlgorithmDLCRecordreportEndOfFRA Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Called after the all modules at end of FRA

Namespace:  imbWEM.Core.crawler.modules.performance
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public frontierRankingAlgorithmIterationRecord reportEndOfFRA(
	modelSpiderSiteRecord __wRecord,
	frontierRankingAlgorithmIterationRecord entry,
	spiderModuleData<spiderLink> output
)

Parameters

__wRecord
Type: imbWEM.Core.crawler.modelmodelSpiderSiteRecord
The w record.
entry
Type: imbWEM.Core.crawler.modules.performancefrontierRankingAlgorithmIterationRecord
The entry.
output
Type: imbWEM.Core.crawler.modulesspiderModuleDataspiderLink
The output.

Return Value

Type: frontierRankingAlgorithmIterationRecord

[Missing <returns> documentation for "M:imbWEM.Core.crawler.modules.performance.frontierRankingAlgorithmDLCRecord.reportEndOfFRA(imbWEM.Core.crawler.model.modelSpiderSiteRecord,imbWEM.Core.crawler.modules.performance.frontierRankingAlgorithmIterationRecord,imbWEM.Core.crawler.modules.spiderModuleData{imbWEM.Core.crawler.targets.spiderLink})"]

See Also