Click or drag to resize

spiderTarget Constructor (spiderLink, spiderTargetCollection)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderTarget class

Namespace:  imbWEM.Core.crawler.targets
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public spiderTarget(
	spiderLink __vector,
	spiderTargetCollection __parent
)

Parameters

__vector
Type: imbWEM.Core.crawler.targetsspiderLink

[Missing <param name="__vector"/> documentation for "M:imbWEM.Core.crawler.targets.spiderTarget.#ctor(imbWEM.Core.crawler.targets.spiderLink,imbWEM.Core.crawler.targets.spiderTargetCollection)"]

__parent
Type: imbWEM.Core.crawler.targetsspiderTargetCollection

[Missing <param name="__parent"/> documentation for "M:imbWEM.Core.crawler.targets.spiderTarget.#ctor(imbWEM.Core.crawler.targets.spiderLink,imbWEM.Core.crawler.targets.spiderTargetCollection)"]

See Also