C# 클래스 snowpack.FDGlacier

파일 보기 프로젝트 열기: fardog/snowpack 1 사용 예제들

공개 메소드들

메소드 설명
DeleteArchive ( string archiveID ) : void
FDGlacier ( FDUserSettings settings, FDOperationLog oplog, string optype ) : System
ListJobs ( ) : ListJobsResult
RequestArchive ( string savePath ) : void
cancelOperation ( ) : void
getOperationType ( ) : string
getResult ( ) : UploadResult
onProgress ( Object sender, Amazon e ) : void
onUploadFinish ( object obj, EventArgs args ) : void
setCallback ( System handler ) : void
uploadFile ( string filePath ) : void

메소드 상세

DeleteArchive() 공개 메소드

public DeleteArchive ( string archiveID ) : void
archiveID string
리턴 void

FDGlacier() 공개 메소드

public FDGlacier ( FDUserSettings settings, FDOperationLog oplog, string optype ) : System
settings FDUserSettings
oplog FDOperationLog
optype string
리턴 System

ListJobs() 공개 메소드

public ListJobs ( ) : ListJobsResult
리턴 Amazon.Glacier.Model.ListJobsResult

RequestArchive() 공개 메소드

public RequestArchive ( string savePath ) : void
savePath string
리턴 void

cancelOperation() 공개 메소드

public cancelOperation ( ) : void
리턴 void

getOperationType() 공개 메소드

public getOperationType ( ) : string
리턴 string

getResult() 공개 메소드

public getResult ( ) : UploadResult
리턴 Amazon.Glacier.Transfer.UploadResult

onProgress() 공개 메소드

public onProgress ( Object sender, Amazon e ) : void
sender Object
e Amazon
리턴 void

onUploadFinish() 공개 메소드

public onUploadFinish ( object obj, EventArgs args ) : void
obj object
args System.EventArgs
리턴 void

setCallback() 공개 메소드

public setCallback ( System handler ) : void
handler System
리턴 void

uploadFile() 공개 메소드

public uploadFile ( string filePath ) : void
filePath string
리턴 void