C# Class NAPS2.ImportExport.ImportOperation

Inheritance: NAPS2.Operation.OperationBase
Afficher le fichier Open project: cyanfish/naps2

Méthodes publiques

Méthode Description
Cancel ( ) : void
ImportOperation ( IScannedImageImporter scannedImageImporter, NAPS2.Util.ThreadFactory threadFactory ) : System
Start ( List filesToImport, Action imageCallback ) : bool
WaitUntilFinished ( ) : void

Private Methods

Méthode Description
Run ( IEnumerable filesToImport, Action imageCallback, bool oneFile ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

ImportOperation() public méthode

public ImportOperation ( IScannedImageImporter scannedImageImporter, NAPS2.Util.ThreadFactory threadFactory ) : System
scannedImageImporter IScannedImageImporter
threadFactory NAPS2.Util.ThreadFactory
Résultat System

Start() public méthode

public Start ( List filesToImport, Action imageCallback ) : bool
filesToImport List
imageCallback Action
Résultat bool

WaitUntilFinished() public méthode

public WaitUntilFinished ( ) : void
Résultat void