CachedSettings Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of the CachedSettings class with the specified parameters.
public CachedSettings(
OASySDNA.Common.Configuration.IConfigurationSettings configurationSettings,
string pipelineName,
string tableName
)
public:
CachedSettings(
OASySDNA.Common.Configuration.IConfigurationSettings^ configurationSettings,
String^ pipelineName,
String^ tableName
)
Parameters
- configurationSettings
- The configuration settings.
- pipelineName
- The name of the pipeline.
- tableName
- The name of the table.