Click or drag to resize

spiderTargetAttachPage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Attaches the page - if the page was already attached returns false

Namespace:  imbWEM.Core.crawler.targets
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public bool AttachPage(
	spiderPage __page,
	ILogBuilder response,
	int targetBlockCount = 3
)

Parameters

__page
Type: imbWEM.Core.crawler.targetsspiderPage
The page.
response
Type: ILogBuilder

[Missing <param name="response"/> documentation for "M:imbWEM.Core.crawler.targets.spiderTarget.AttachPage(imbWEM.Core.crawler.targets.spiderPage,imbSCI.Core.reporting.ILogBuilder,System.Int32)"]

targetBlockCount (Optional)
Type: SystemInt32

[Missing <param name="targetBlockCount"/> documentation for "M:imbWEM.Core.crawler.targets.spiderTarget.AttachPage(imbWEM.Core.crawler.targets.spiderPage,imbSCI.Core.reporting.ILogBuilder,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbWEM.Core.crawler.targets.spiderTarget.AttachPage(imbWEM.Core.crawler.targets.spiderPage,imbSCI.Core.reporting.ILogBuilder,System.Int32)"]

See Also