C# Class Duplicity.IO.Async.CopyFileAsync

Afficher le fichier Open project: slashdotdash/Duplicity Class Usage Examples

Méthodes publiques

Méthode Description
CopyFileAsync ( string source, string destination, bool overwrite ) : System
Execute ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
PreventOverwrittingDestinationFile ( ) : void

Prevent overwritting of existing files when overwrite option not set.

Method Details

CopyFileAsync() public méthode

public CopyFileAsync ( string source, string destination, bool overwrite ) : System
source string
destination string
overwrite bool
Résultat System

Execute() public méthode

public Execute ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task