Interface ILoadRecordingOperation
Encapsulates an operation that will attempt to load a recording when Run() is called.
Inherited Members
Namespace: Recolude.API.RecordingStorage
Assembly: Recolude.API.dll
Syntax
public interface ILoadRecordingOperation : IRecordingOperationMethods
Recording()
The recording that was returned when the operation was run succesfully (is null if an error occurred or the operation has not be ran).
Declaration
IRecording Recording()Returns
| Type | Description | 
|---|---|
| IRecording | Recording that got loaded into memory |