C# Class Duplicity.IO.Async.CopyFileAsync

ファイルを表示 Open project: slashdotdash/Duplicity Class Usage Examples

Public Methods

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

Private Methods

Method Description
PreventOverwrittingDestinationFile ( ) : void

Prevent overwritting of existing files when overwrite option not set.

Method Details

CopyFileAsync() public method

public CopyFileAsync ( string source, string destination, bool overwrite ) : System
source string
destination string
overwrite bool
return System

Execute() public method

public Execute ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task