CycleManager Class |
Namespace: LynceeTec.API.Cycle
The CycleManager type exposes the following members.
| Name | Description | |
|---|---|---|
| CycleManager | Initializes a new instance of the CycleManager class |
| Name | Description | |
|---|---|---|
| EstimatedRecordingTime |
Gets an estimated time of the recording performed using RecordAsync(AbsoluteCyclePosition, CycleProgressReporter) | |
| PostRecordingAction |
Action to be executed after the recording action. Receives the recordId as a parameter.
| |
| PreRecordingAction |
Action to be executed before the recording action. Receives the recordId as a parameter.
| |
| RecordingAction |
Action to be executed at each position of the cycle.
| |
| RecordsInMemory |
List of record ids saved in memory.
| |
| RelativePositions | ||
| RepeatParameters |
| Name | Description | |
|---|---|---|
| AccessRecord |
Returns the contents of the specified ID in an unstructured list.
| |
| CancelRecording |
Cancels the current recording process.
| |
| CancelSaving |
Cancels the current saving process.
| |
| DeleteRecord |
Deletes the recorded data for the specified id.
| |
| Dispose | Releases all resources used by the CycleManager | |
| GetEffectiveRecordingTimes | ||
| RecordAsync |
Performs recording at the current position.
| |
| SaveRecord |
Saves the specified record on the disk.
| |
| SetCycleGrid |
Utility method. Sets the value of to a grid defined by the CycleAxes given by the parameters.
|