Click or drag to resize

IRecordingItem Interface

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
Syntax
public interface IRecordingItem : IDisposable

The IRecordingItem type exposes the following members.

Properties
  NameDescription
Public propertyEstimatedRecordingTime
Gets an estimated time of the recording performed using RecordAsync(AbsoluteCyclePosition, CycleProgressReporter)
Public propertyRecordsInMemory
List of record ids saved in memory.
Top
Methods
  NameDescription
Public methodAccessRecord
Returns the contents of the specified ID in an unstructured list.
Public methodCancelRecording
Cancels the current recording process.
Public methodCancelSaving
Cancels the current saving process.
Public methodDeleteRecord
Deletes the recorded data for the specified id.
Public methodRecordAsync
Performs recording at the current position.
Public methodSaveRecord
Saves the specified record on the disk.
Top
See Also