Click or drag to resize

plugIn_scopeGlobalBaseeventPluginInstalled Method (ISpiderEvaluatorBase)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Events the plugin installed --- when new spider instance being constructed

Namespace:  imbWEM.Core.plugins.content
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public abstract void eventPluginInstalled(
	ISpiderEvaluatorBase __spider
)

Parameters

__spider
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase
The spider.
See Also