Click or drag to resize

moduleFinalOverviewdeploy Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.modules.performance.moduleFinalOverview.deploy(System.String,imbWEM.Core.crawler.model.moduleIterationRecordSummary,imbSCI.Data.collection.nested.aceConcurrentBag{imbWEM.Core.crawler.modules.performance.moduleIterationRecord},System.Int32)"]

Namespace:  imbWEM.Core.crawler.modules.performance
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void deploy(
	string crawlerName,
	moduleIterationRecordSummary modEnum,
	aceConcurrentBag<moduleIterationRecord> records,
	int DLCsCount
)

Parameters

crawlerName
Type: SystemString

[Missing <param name="crawlerName"/> documentation for "M:imbWEM.Core.crawler.modules.performance.moduleFinalOverview.deploy(System.String,imbWEM.Core.crawler.model.moduleIterationRecordSummary,imbSCI.Data.collection.nested.aceConcurrentBag{imbWEM.Core.crawler.modules.performance.moduleIterationRecord},System.Int32)"]

modEnum
Type: imbWEM.Core.crawler.modelmoduleIterationRecordSummary

[Missing <param name="modEnum"/> documentation for "M:imbWEM.Core.crawler.modules.performance.moduleFinalOverview.deploy(System.String,imbWEM.Core.crawler.model.moduleIterationRecordSummary,imbSCI.Data.collection.nested.aceConcurrentBag{imbWEM.Core.crawler.modules.performance.moduleIterationRecord},System.Int32)"]

records
Type: aceConcurrentBagmoduleIterationRecord

[Missing <param name="records"/> documentation for "M:imbWEM.Core.crawler.modules.performance.moduleFinalOverview.deploy(System.String,imbWEM.Core.crawler.model.moduleIterationRecordSummary,imbSCI.Data.collection.nested.aceConcurrentBag{imbWEM.Core.crawler.modules.performance.moduleIterationRecord},System.Int32)"]

DLCsCount
Type: SystemInt32

[Missing <param name="DLCsCount"/> documentation for "M:imbWEM.Core.crawler.modules.performance.moduleFinalOverview.deploy(System.String,imbWEM.Core.crawler.model.moduleIterationRecordSummary,imbSCI.Data.collection.nested.aceConcurrentBag{imbWEM.Core.crawler.modules.performance.moduleIterationRecord},System.Int32)"]

See Also