 | CycleManagerSaveRecord Method |
Saves the specified record on the disk.
Namespace:
LynceeTec.API.Cycle
Assembly:
LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.1.23514.0 , built 2023-11-07 12:21:56 UTC
Syntaxpublic Task SaveRecord(
string recordId,
string rootPath,
string folderPath = null,
IProgress<float> progress = null
)
public:
virtual Task^ SaveRecord(
String^ recordId,
String^ rootPath,
String^ folderPath = nullptr,
IProgress<float>^ progress = nullptr
) sealed
Parameters
- recordId
- Type: SystemString
Record id identifing the record to be saved. - rootPath
- Type: SystemString
Path to the root folder of the whole experiment. - folderPath (Optional)
- Type: SystemString
Path to the folder of the specified record. Normally this will be the same as folderPath.
If this record is part of a larger experiment (.e.g a cycle) then rootPath will be the root of the entire folder structure.
If not specified, this will be the same as rootPath. - progress (Optional)
- Type: SystemIProgressSingle
IProgress object used to track the saving process. [0 - 100%]
Return Value
Type:
TaskImplements
IRecordingItemSaveRecord(String, String, String, IProgressSingle)
See Also