TheThing..::..GetThingPipelineConfigurationAsync Method (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.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public Task<TheThing..::..ThePipelineConfiguration> GetThingPipelineConfigurationAsync( bool bGeneralize )
Public Function GetThingPipelineConfigurationAsync ( _ bGeneralize As Boolean _ ) As Task(Of TheThing..::..ThePipelineConfiguration)
public: Task<TheThing..::..ThePipelineConfiguration^>^ GetThingPipelineConfigurationAsync( bool^ bGeneralize )
Parameters
- 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).