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

Inheritance: UploadProtocol
Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
RsyncUploadProtocol ( IRsyncLauncher rsyncLauncher ) : System.Collections.Generic
Upload ( TransferSpec spec ) : void
UploadAsync ( TransferSpec spec ) : System.Threading.Tasks.Task

Private Methods

Method Description
ProcessExitResult ( ProcessExitResultWithOutput result, TransferSpec spec ) : void

Method Details

RsyncUploadProtocol() public method

public RsyncUploadProtocol ( IRsyncLauncher rsyncLauncher ) : System.Collections.Generic
rsyncLauncher IRsyncLauncher
return System.Collections.Generic

Upload() public method

public Upload ( TransferSpec spec ) : void
spec withSIX.Sync.Core.Transfer.Specs.TransferSpec
return void

UploadAsync() public method

public UploadAsync ( TransferSpec spec ) : System.Threading.Tasks.Task
spec withSIX.Sync.Core.Transfer.Specs.TransferSpec
return System.Threading.Tasks.Task