 | ConfigManagerLoadMeasurementConfig Method |
Loads a measurement configuration. The sample configuration does not change. 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: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:47:05 UTC
Syntaxpublic Task LoadMeasurementConfig(
int holoMeasurementConfigId,
IProgressReporter progress
)
public:
virtual Task^ LoadMeasurementConfig(
int holoMeasurementConfigId,
IProgressReporter^ progress
) sealed
Parameters
- holoMeasurementConfigId
- Type: SystemInt32
The id of the configuration (from the MeasurementConfig table in the database). - progress
- Type: LynceeTec.InterfacesIProgressReporter
Provider for progress update. Can be null.
Return Value
Type:
TaskImplements
IConfigManagerLoadMeasurementConfig(Int32, IProgressReporter)
Exceptions
See Also