Show / Hide Table of Contents

Interface ISaveRecordingOperation

Encapsulates an operation that will attempt to save 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 ISaveRecordingOperation : IRecordingOperation

Methods

RecordingID()

The ID of the recording that was returned when the operation was run succesfully.

Declaration
string RecordingID()
Returns
Type Description
System.String

ID of the saved recording.

Back to top Generated by DocFX