 | ConfigManagerLoadSampleConfig Method |
Loads a sample configuration. 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.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:23 UTC
Syntaxpublic Task LoadSampleConfig(
int sampleConfigId,
IProgressReporter progress
)
public:
Task^ LoadSampleConfig(
int sampleConfigId,
IProgressReporter^ progress
)
Parameters
- 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