Property | Type | Description | |
---|---|---|---|
DownloadFile | string | ||
DownloadProgress | int | ||
DownloadRunning | bool | ||
UploadFile | string | ||
UploadProgress | int | ||
UploadRunning | bool | ||
current | ConcurrentStack |
||
finished | ConcurrentStack |
||
paused | bool | ||
wasStopped | bool |
Method | Description | |
---|---|---|
Add ( |
||
FDOperationQueue ( |
||
PauseQueue ( ) : bool | ||
ProcessDownloadQueueWorker ( ) : void | ||
ProcessFileDownload ( |
||
ProcessFileUpload ( string fileName ) : void | ||
ProcessUploadQueueWorker ( ) : void | ||
QueueSize ( ) : int | ||
Remove ( System.Guid guid ) : bool | ||
StopQueue ( ) : void |
Method | Description | |
---|---|---|
SaveQueue ( ) : void | ||
_downloadProgress ( object sender, Amazon e ) : void | ||
_uploadProgress ( object sender, Amazon e ) : void |
public FDOperationQueue ( |
||
store | ||
userset | ||
oplog | ||
return | System |
public ProcessFileDownload ( |
||
item | ||
return | void |
public ProcessFileUpload ( string fileName ) : void | ||
fileName | string | |
return | void |