 | MultiDatabaseManagerLoadSampleConfig Method |
Loads a sample 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: 8.0.35712.0 8_0_dev 37f4dd99, built 2019-04-05 12:56:49 UTC
Syntaxpublic Task LoadSampleConfig(
string key,
int sampleConfigId,
IProgressReporter progress
)
public:
Task^ LoadSampleConfig(
String^ key,
int sampleConfigId,
IProgressReporter^ progress
)
Parameters
- key
- Type: SystemString
The key to identify the configuration manager - 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