Click or drag to resize

spiderStageBaseCheckStage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.stage.spiderStageBase.CheckStage(imbWEM.Core.crawler.model.modelSpiderSiteRecord,imbWEM.Core.stage.spiderObjectiveSolutionSet,imbWEM.Core.crawler.core.spiderTask)"]

Namespace:  imbWEM.Core.stage
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public bool CheckStage(
	modelSpiderSiteRecord wRecord,
	spiderObjectiveSolutionSet oSet,
	spiderTask task
)

Parameters

wRecord
Type: imbWEM.Core.crawler.modelmodelSpiderSiteRecord

[Missing <param name="wRecord"/> documentation for "M:imbWEM.Core.stage.spiderStageBase.CheckStage(imbWEM.Core.crawler.model.modelSpiderSiteRecord,imbWEM.Core.stage.spiderObjectiveSolutionSet,imbWEM.Core.crawler.core.spiderTask)"]

oSet
Type: imbWEM.Core.stagespiderObjectiveSolutionSet

[Missing <param name="oSet"/> documentation for "M:imbWEM.Core.stage.spiderStageBase.CheckStage(imbWEM.Core.crawler.model.modelSpiderSiteRecord,imbWEM.Core.stage.spiderObjectiveSolutionSet,imbWEM.Core.crawler.core.spiderTask)"]

task
Type: imbWEM.Core.crawler.corespiderTask

[Missing <param name="task"/> documentation for "M:imbWEM.Core.stage.spiderStageBase.CheckStage(imbWEM.Core.crawler.model.modelSpiderSiteRecord,imbWEM.Core.stage.spiderObjectiveSolutionSet,imbWEM.Core.crawler.core.spiderTask)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbWEM.Core.stage.spiderStageBase.CheckStage(imbWEM.Core.crawler.model.modelSpiderSiteRecord,imbWEM.Core.stage.spiderObjectiveSolutionSet,imbWEM.Core.crawler.core.spiderTask)"]

See Also