Click or drag to resize

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
Syntax
public Task SaveRecord(
	string recordId,
	string rootPath,
	string folderPath,
	IProgress<float> progress = null
)

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: Task

Implements

IRecordingItemSaveRecord(String, String, String, IProgressSingle)
See Also