Click or drag to resize

ISpiderModuleBasestartIteration Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Sets the start of new iteration

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

Parameters

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