Click or drag to resize

spiderWebLoaderrunSpiderTaskItem Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Runs the spider task item.

Namespace:  imbWEM.Core.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public spiderTaskResultItem runSpiderTaskItem(
	spiderLink ln,
	bool __doTokenization,
	modelSpiderPageRecord pRecord
)

Parameters

ln
Type: imbWEM.Core.crawler.targetsspiderLink
The ln.
__doTokenization
Type: SystemBoolean
if set to true [do tokenization].
pRecord
Type: imbWEM.Core.crawler.modelmodelSpiderPageRecord

[Missing <param name="pRecord"/> documentation for "M:imbWEM.Core.crawler.spiderWebLoader.runSpiderTaskItem(imbWEM.Core.crawler.targets.spiderLink,System.Boolean,imbWEM.Core.crawler.model.modelSpiderPageRecord)"]

Return Value

Type: spiderTaskResultItem

[Missing <returns> documentation for "M:imbWEM.Core.crawler.spiderWebLoader.runSpiderTaskItem(imbWEM.Core.crawler.targets.spiderLink,System.Boolean,imbWEM.Core.crawler.model.modelSpiderPageRecord)"]

See Also