C# 클래스 Duplicity.IO.Async.CopyFileAsync

파일 보기 프로젝트 열기: slashdotdash/Duplicity 1 사용 예제들

공개 메소드들

메소드 설명
CopyFileAsync ( string source, string destination, bool overwrite ) : System
Execute ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
PreventOverwrittingDestinationFile ( ) : void

Prevent overwritting of existing files when overwrite option not set.

메소드 상세

CopyFileAsync() 공개 메소드

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

Execute() 공개 메소드

public Execute ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task