Click or drag to resize

controlRuleBaseBasestartIteration Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Starts new iteration

Namespace:  imbWEM.Core.crawler.rules.control
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void startIteration(
	int currentIteration,
	modelSpiderSiteRecord __wRecord
)

Parameters

currentIteration
Type: SystemInt32
The current iteration.
__wRecord
Type: imbWEM.Core.crawler.modelmodelSpiderSiteRecord
The w record.
See Also