Click or drag to resize

spiderTaskResultItem Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderTaskResultItem class.

Namespace:  imbWEM.Core.crawler.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public spiderTaskResultItem(
	spiderLink __task
)

Parameters

__task
Type: imbWEM.Core.crawler.targetsspiderLink
The task.
See Also