 | MultiDatabaseManagerLoadMeasurementConfig Method |
Loads a measurement configuration in the selected configuration manager. The sample configuration does not change. If a DHM device is connected, the configuration
will automatically be transmitted.
Asynchronous function.
Namespace:
LynceeTec.Eucalyptus
Assembly:
LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 8.0.35712.0 8_0_dev 37f4dd99, built 2019-04-05 12:56:49 UTC
Syntaxpublic Task LoadMeasurementConfig(
string key,
int measurementConfigId,
IProgressReporter progress
)
public:
Task^ LoadMeasurementConfig(
String^ key,
int measurementConfigId,
IProgressReporter^ progress
)
Parameters
- key
- Type: SystemString
The key to identify the configuration manager - measurementConfigId
- Type: SystemInt32
- progress
- Type: LynceeTec.InterfacesIProgressReporter
Provider for progress update. Can be null.
Return Value
Type:
Task
See Also