Click or drag to resize

spiderPage Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderPage class

Namespace:  imbWEM.Core.crawler.targets
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public spiderPage(
	crawledPage __webpage,
	int __iteration,
	int __iterationLoad
)

Parameters

__webpage
Type: crawledPage

[Missing <param name="__webpage"/> documentation for "M:imbWEM.Core.crawler.targets.spiderPage.#ctor(imbCommonModels.pageAnalytics.core.crawledPage,System.Int32,System.Int32)"]

__iteration
Type: SystemInt32

[Missing <param name="__iteration"/> documentation for "M:imbWEM.Core.crawler.targets.spiderPage.#ctor(imbCommonModels.pageAnalytics.core.crawledPage,System.Int32,System.Int32)"]

__iterationLoad
Type: SystemInt32

[Missing <param name="__iterationLoad"/> documentation for "M:imbWEM.Core.crawler.targets.spiderPage.#ctor(imbCommonModels.pageAnalytics.core.crawledPage,System.Int32,System.Int32)"]

See Also