C# Class WPCordovaClassLib.Cordova.Commands.BackgroundDownload

TODO comments TODO concurrent operations support
Inheritance: BaseCommand
Mostra file Open project: SYMBIO/cordova-plugin-background-download

Public Methods

Method Description
startAsync ( string options ) : void
stop ( string options ) : void

Private Methods

Method Description
CleanUp ( BackgroundTransferRequest transfer ) : void
FindTransferByLocalPath ( string tag ) : BackgroundTransferRequest
FindTransferByUri ( Uri uri ) : BackgroundTransferRequest
MoveFile ( BackgroundTransferRequest transfer ) : void
ProgressChanged ( object sender, BackgroundTransferEventArgs e ) : void
TransferStatusChanged ( object sender, BackgroundTransferEventArgs backgroundTransferEventArgs ) : void

Method Details

startAsync() public method

public startAsync ( string options ) : void
options string
return void

stop() public method

public stop ( string options ) : void
options string
return void