Click or drag to resize

IPlugInCommonBaseTStageEnum, TParenteventDLCInitiated Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Just when new DLC thread was prepared to run

Namespace:  imbWEM.Core.plugins.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
void eventDLCInitiated(
	TParent __spider,
	crawlerDomainTask __task,
	modelSpiderSiteRecord __wRecord
)

Parameters

__spider
Type: TParent
The spider.
__task
Type: imbWEM.Core.crawler.enginecrawlerDomainTask
The task.
__wRecord
Type: imbWEM.Core.crawler.modelmodelSpiderSiteRecord
The w record.
See Also