Click or drag to resize

performanceResources Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the performanceResources class

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public performanceResources(
	string __name,
	crawlerDomainTaskMachine __cDTM
)

Parameters

__name
Type: SystemString

[Missing <param name="__name"/> documentation for "M:imbWEM.Core.crawler.engine.performanceResources.#ctor(System.String,imbWEM.Core.crawler.engine.crawlerDomainTaskMachine)"]

__cDTM
Type: imbWEM.Core.crawler.enginecrawlerDomainTaskMachine

[Missing <param name="__cDTM"/> documentation for "M:imbWEM.Core.crawler.engine.performanceResources.#ctor(System.String,imbWEM.Core.crawler.engine.crawlerDomainTaskMachine)"]

See Also