C-DEngine 5.105

TheThing..::..GetThingPipelineConfigurationAsync Method (String, Boolean)

Return the configurations for a TheThing and all the TheThing instances that depend on the thing, or that this TheThing depends on.

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Task<TheThing..::..ThePipelineConfiguration> GetThingPipelineConfigurationAsync(
	string friendlyName,
	bool bGeneralize
)
Public Function GetThingPipelineConfigurationAsync ( _
	friendlyName As String, _
	bGeneralize As Boolean _
) As Task(Of TheThing..::..ThePipelineConfiguration)
public:
Task<TheThing..::..ThePipelineConfiguration^>^ GetThingPipelineConfigurationAsync(
	String^ friendlyName, 
	bool^ bGeneralize
)

Parameters

friendlyName
Type: String
Friendly name to use for the pipeline configuration. If null, defaults to the TheThing.FriendlyName of the root thing of the pipeline.
bGeneralize
Type: Boolean
If true, any configuration properties that need to be modified when moving the pipeline to another node, or creating a new instance of the pipeline on the same node, will be captured in a separate section (TheThingConfiguration.ThingSpecializationParameters), for easy manual or automated customization (via answer files).

Return Value

A ThePipelineConfiguration instance with the configuration information for all TheThings in the pipeline.