Click or drag to resize

RunQueue Constructor

Initializes a new instance of the RunQueue class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public RunQueue(
	Preset originatingPreset
)

Parameters

originatingPreset
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksPreset
The originating preset.
See Also