Click or drag to resize

spiderDLContextGetNextIterationLTSize Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Calculates the number of pages to be loaded in next iteration, in order to respect the PL_max limit in scenario where Load Take (LT) is higher then 1.

Namespace:  imbWEM.Core.crawler.targets
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public int GetNextIterationLTSize(
	IEnumerable<spiderLink> activeLinks
)

Parameters

activeLinks
Type: System.Collections.GenericIEnumerablespiderLink
The active links.

Return Value

Type: Int32

[Missing <returns> documentation for "M:imbWEM.Core.crawler.targets.spiderDLContext.GetNextIterationLTSize(System.Collections.Generic.IEnumerable{imbWEM.Core.crawler.targets.spiderLink})"]

See Also