C# 클래스 withSIX.Sync.Core.Transfer.Protocols.RsyncUploadProtocol

상속: UploadProtocol
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
RsyncUploadProtocol ( IRsyncLauncher rsyncLauncher ) : System.Collections.Generic
Upload ( TransferSpec spec ) : void
UploadAsync ( TransferSpec spec ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
ProcessExitResult ( ProcessExitResultWithOutput result, TransferSpec spec ) : void

메소드 상세

RsyncUploadProtocol() 공개 메소드

public RsyncUploadProtocol ( IRsyncLauncher rsyncLauncher ) : System.Collections.Generic
rsyncLauncher IRsyncLauncher
리턴 System.Collections.Generic

Upload() 공개 메소드

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

UploadAsync() 공개 메소드

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