C# Class MonocleGiraffe.Models.DownloadItem

Inheritance: BindableBase, IDownloadItem
Exibir arquivo Open project: akshay2000/MonocleGiraffe Class Usage Examples

Private Properties

Property Type Description
Construct Task
HandleProgress void

Public Methods

Method Description
Cancel ( ) : Task
Create ( BackgroundDownloader b, string url ) : Task
Create ( DownloadOperation op ) : Task
Pause ( ) : void
Restart ( ) : Task
Start ( ) : Task

Private Methods

Method Description
Construct ( DownloadOperation op = null ) : Task
HandleProgress ( DownloadOperation op ) : void

Method Details

Cancel() public method

public Cancel ( ) : Task
return Task

Create() public static method

public static Create ( BackgroundDownloader b, string url ) : Task
b Windows.Networking.BackgroundTransfer.BackgroundDownloader
url string
return Task

Create() public static method

public static Create ( DownloadOperation op ) : Task
op Windows.Networking.BackgroundTransfer.DownloadOperation
return Task

Pause() public method

public Pause ( ) : void
return void

Restart() public method

public Restart ( ) : Task
return Task

Start() public method

public Start ( ) : Task
return Task