C# Class snowpack.FDGlacier

Afficher le fichier Open project: fardog/snowpack Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

DeleteArchive() public méthode

public DeleteArchive ( string archiveID ) : void
archiveID string
Résultat void

FDGlacier() public méthode

public FDGlacier ( FDUserSettings settings, FDOperationLog oplog, string optype ) : System
settings FDUserSettings
oplog FDOperationLog
optype string
Résultat System

ListJobs() public méthode

public ListJobs ( ) : ListJobsResult
Résultat Amazon.Glacier.Model.ListJobsResult

RequestArchive() public méthode

public RequestArchive ( string savePath ) : void
savePath string
Résultat void

cancelOperation() public méthode

public cancelOperation ( ) : void
Résultat void

getOperationType() public méthode

public getOperationType ( ) : string
Résultat string

getResult() public méthode

public getResult ( ) : UploadResult
Résultat Amazon.Glacier.Transfer.UploadResult

onProgress() public méthode

public onProgress ( Object sender, Amazon e ) : void
sender Object
e Amazon
Résultat void

onUploadFinish() public méthode

public onUploadFinish ( object obj, EventArgs args ) : void
obj object
args System.EventArgs
Résultat void

setCallback() public méthode

public setCallback ( System handler ) : void
handler System
Résultat void

uploadFile() public méthode

public uploadFile ( string filePath ) : void
filePath string
Résultat void