C# Class withSIX.Sync.Core.Transfer.Protocols.RsyncDownloadProtocol

Inheritance: DownloadProtocol
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
Download ( TransferSpec spec ) : void
DownloadAsync ( TransferSpec spec ) : System.Threading.Tasks.Task
RsyncDownloadProtocol ( IRsyncLauncher rsyncLauncher ) : System

Private Methods

Méthode Description
ProcessExitResult ( ProcessExitResultWithOutput result, TransferSpec spec ) : void

Method Details

Download() public méthode

public Download ( TransferSpec spec ) : void
spec withSIX.Sync.Core.Transfer.Specs.TransferSpec
Résultat void

DownloadAsync() public méthode

public DownloadAsync ( TransferSpec spec ) : System.Threading.Tasks.Task
spec withSIX.Sync.Core.Transfer.Specs.TransferSpec
Résultat System.Threading.Tasks.Task

RsyncDownloadProtocol() public méthode

public RsyncDownloadProtocol ( IRsyncLauncher rsyncLauncher ) : System
rsyncLauncher IRsyncLauncher
Résultat System