Show / Hide Table of Contents

Interface ILoadRecordingOperation

Encapsulates an operation that will attempt to load a recording when Run() is called.

Inherited Members
IRecordingOperation.Run()
IRecordingOperation.Finished()
IRecordingOperation.Error()
Namespace: Recolude.API.RecordingStorage
Assembly: Recolude.API.dll
Syntax
public interface ILoadRecordingOperation : IRecordingOperation

Methods

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

Back to top Generated by DocFX