Table of Contents

Class SaveRawCaptureAction

Namespace
Fluxzy.Formatters.Producers.ProducerActions.Actions
Assembly
Fluxzy.Core.dll
public class SaveRawCaptureAction
Inheritance
SaveRawCaptureAction
Inherited Members

Constructors

SaveRawCaptureAction(IArchiveReaderProvider)

public SaveRawCaptureAction(IArchiveReaderProvider archiveReaderProvider)

Parameters

archiveReaderProvider IArchiveReaderProvider

Methods

Do(int, string)

public Task<bool> Do(int connectionId, string filePath)

Parameters

connectionId int
filePath string

Returns

Task<bool>