 | CycleManagerSaveRecord Method |
Saves the specified record on the disk.
Namespace:
LynceeTec.API.Cycle
Assembly:
LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 9.0.26418.0 , built 2021-10-22 08:52:21 UTC
Syntaxpublic Task SaveRecord(
string recordId,
string rootPath,
string folderPath,
IProgress<float> progress = null
)
public:
virtual Task^ SaveRecord(
String^ recordId,
String^ rootPath,
String^ folderPath,
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
- Type: SystemString
Path to the folder of the specified record. - 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