Click or drag to resize

crawlerDomainTaskMachineSettings Constructor (Int32, Int32, Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the crawlerDomainTaskMachineSettings 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 crawlerDomainTaskMachineSettings(
	int _TC_max,
	int _Tdl_max,
	int _Tcjl_max,
	int _Tll_max
)

Parameters

_TC_max
Type: SystemInt32

[Missing <param name="_TC_max"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskMachineSettings.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

_Tdl_max
Type: SystemInt32

[Missing <param name="_Tdl_max"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskMachineSettings.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

_Tcjl_max
Type: SystemInt32

[Missing <param name="_Tcjl_max"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskMachineSettings.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

_Tll_max
Type: SystemInt32

[Missing <param name="_Tll_max"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerDomainTaskMachineSettings.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also