C# Class WPCordovaClassLib.Cordova.Commands.BackgroundDownload

TODO comments TODO concurrent operations support
Inheritance: BaseCommand
Afficher le fichier Open project: SYMBIO/cordova-plugin-background-download

Méthodes publiques

Méthode Description
startAsync ( string options ) : void
stop ( string options ) : void

Private Methods

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

public startAsync ( string options ) : void
options string
Résultat void

stop() public méthode

public stop ( string options ) : void
options string
Résultat void