 | ConfigManagerLoadConfigs Method |
Loads a measurement configuration and a sample configuration. If a DHM device is connected, the configuration will automatically be transmitted.
Only relevant for old Koala
Asynchronous function.
Namespace:
LynceeTec.Eucalyptus
Assembly:
LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:15 UTC
Syntaxpublic Task LoadConfigs(
int holoMeasurementConfigId,
int sampleConfigId,
IProgressReporter progress
)
public:
virtual Task^ LoadConfigs(
int holoMeasurementConfigId,
int sampleConfigId,
IProgressReporter^ progress
) sealed
Parameters
- holoMeasurementConfigId
- Type: SystemInt32
The id of the configuration (from the MeasurementConfig table in the database). - sampleConfigId
- Type: SystemInt32
The id of the sample configuration (from the SampleInfo table in the database). Set to negative value to load the default configuration. - progress
- Type: LynceeTec.InterfacesIProgressReporter
Provider for progress update. Can be null.
Return Value
Type:
TaskImplements
IConfigManagerLoadConfigs(Int32, Int32, IProgressReporter)
Exceptions
See Also