Click or drag to resize

spiderTask Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderTask class

Namespace:  imbWEM.Core.crawler.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public spiderTask(
	int __iteration,
	spiderWeb __web
)

Parameters

__iteration
Type: SystemInt32

[Missing <param name="__iteration"/> documentation for "M:imbWEM.Core.crawler.core.spiderTask.#ctor(System.Int32,imbWEM.Core.crawler.spiderWeb)"]

__web
Type: imbWEM.Core.crawlerspiderWeb

[Missing <param name="__web"/> documentation for "M:imbWEM.Core.crawler.core.spiderTask.#ctor(System.Int32,imbWEM.Core.crawler.spiderWeb)"]

See Also