 | MultiDatabaseManagerLoadConfigs Method |
Loads a measurement configuration in the selected configuration manager. If a DHM device is connected, the configuration will automatically be transmitted.
Asynchronous function.
Namespace: LynceeTec.EucalyptusAssembly: LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:33 UTC
Syntaxpublic Task LoadConfigs(
string key,
int measurementConfigId,
int sampleConfigId,
IProgressReporter progress
)
public:
Task^ LoadConfigs(
String^ key,
int measurementConfigId,
int sampleConfigId,
IProgressReporter^ progress
)
Parameters
- key String
- The key to identify the configuration manager
- measurementConfigId Int32
- The id of the configuration (from the MeasurementConfig table in the database).
- sampleConfigId Int32
- The id of the sample configuration (from the SampleInfo table in the database). Set to negative value to not load any configuration.
- progress IProgressReporter
- Provider for progress update. Can be null.
Return Value
Task
See Also