Click or drag to resize

crawlJobPluginaceOperation_defineCrawlJobEngineSettings Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineCrawlJobEngineSettings(System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  imbWEM.Core.consolePlugin
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[DisplayAttribute(GroupName = "define", Name = "CJEngineSetup", ShortName = "CJES", 
	Description = "")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "This command sets the most important parameters of the Crawl Job execution. For Tdl_max and Tll_max value -1 means limit is off, for TC_max value -1 means auto management.")]
public void aceOperation_defineCrawlJobEngineSettings(
	int TC_max = 8,
	int Tdl_max = 50,
	int Tll_max = 20,
	int Tcjl_max = 100
)

Parameters

TC_max (Optional)
Type: SystemInt32

[Missing <param name="TC_max"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineCrawlJobEngineSettings(System.Int32,System.Int32,System.Int32,System.Int32)"]

Tdl_max (Optional)
Type: SystemInt32

[Missing <param name="Tdl_max"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineCrawlJobEngineSettings(System.Int32,System.Int32,System.Int32,System.Int32)"]

Tll_max (Optional)
Type: SystemInt32

[Missing <param name="Tll_max"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineCrawlJobEngineSettings(System.Int32,System.Int32,System.Int32,System.Int32)"]

Tcjl_max (Optional)
Type: SystemInt32

[Missing <param name="Tcjl_max"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_defineCrawlJobEngineSettings(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also