Click or drag to resize

HarvesterExecutionContext Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the HarvesterExecutionContext class.

Namespace:  imbWBI.Core.WebHarvester
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public HarvesterExecutionContext(
	HarvesterProject _project,
	HarvesterUnit _unit,
	folderNode _parentFolder
)

Parameters

_project
Type: imbWBI.Core.WebHarvesterHarvesterProject
The project.
_unit
Type: imbWBI.Core.WebHarvesterHarvesterUnit
The unit.
_parentFolder
Type: folderNode
The parent folder.
See Also