Click or drag to resize

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.Eucalyptus
Assembly:  LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 9.2.6612.0 , built 2022-07-14 10:43:30 UTC
Syntax
public Task LoadConfigs(
	string key,
	int measurementConfigId,
	int sampleConfigId,
	IProgressReporter progress
)

Parameters

key
Type: SystemString
The key to identify the configuration manager
measurementConfigId
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 not load any configuration.
progress
Type: LynceeTec.InterfacesIProgressReporter
Provider for progress update. Can be null.

Return Value

Type: Task
See Also