C# Class withSIX.Sync.Core.Transfer.Protocols.Handlers.FileCopier

Inheritance: ICopyFile
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
CopyFile ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : void
CopyFileAsync ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : System.Threading.Tasks.Task
FileCopier ( Tools fileOps ) : System.Threading.Tasks

Method Details

CopyFile() public méthode

public CopyFile ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : void
a IAbsoluteFilePath
b IAbsoluteFilePath
Résultat void

CopyFileAsync() public méthode

public CopyFileAsync ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : System.Threading.Tasks.Task
a IAbsoluteFilePath
b IAbsoluteFilePath
Résultat System.Threading.Tasks.Task

FileCopier() public méthode

public FileCopier ( Tools fileOps ) : System.Threading.Tasks
fileOps withSIX.Core.Tools
Résultat System.Threading.Tasks