C# Class TomiSoft.YoutubeDownloader.Downloading.DownloadProgress

Inheritance: IDownload
Datei anzeigen Open project: std66/TomiSoft.YoutubeDownloader.WebUI

Public Methods

Method Description
Dispose ( ) : void
Start ( ) : void

Private Methods

Method Description
DownloadProgress ( IProcess DownloaderProcess, Guid FilenameGuid, string TargetDirectory ) : System
ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
Exited ( object sender, EventArgs e ) : void
PercentStatusReceived ( IReadOnlyDictionary args ) : void
PostProcessStatusReceived ( IReadOnlyDictionary args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( ) : void
return void