C# 클래스 withSIX.Sync.Core.Transfer.Protocols.Handlers.FileCopier

상속: ICopyFile
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
CopyFile ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : void
CopyFileAsync ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : System.Threading.Tasks.Task
FileCopier ( Tools fileOps ) : System.Threading.Tasks

메소드 상세

CopyFile() 공개 메소드

public CopyFile ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : void
a IAbsoluteFilePath
b IAbsoluteFilePath
리턴 void

CopyFileAsync() 공개 메소드

public CopyFileAsync ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : System.Threading.Tasks.Task
a IAbsoluteFilePath
b IAbsoluteFilePath
리턴 System.Threading.Tasks.Task

FileCopier() 공개 메소드

public FileCopier ( Tools fileOps ) : System.Threading.Tasks
fileOps withSIX.Core.Tools
리턴 System.Threading.Tasks