C# 클래스 SDownload.Framework.Streams.SCSetStream

상속: BaseStream
파일 보기 프로젝트 열기: brkastner/SDownload 1 사용 예제들

공개 메소드들

메소드 설명
Download ( bool ignoreExtras = false ) : Task

Downloads the necessary files

Finish ( bool close = true ) : bool

Performs any post-download steps for all of the songs in the set

SCSetStream ( string url, InfoReportProxy view ) : System

Gathers and prepares all of the tracks in the set for download

메소드 상세

Download() 공개 메소드

Downloads the necessary files
public Download ( bool ignoreExtras = false ) : Task
ignoreExtras bool Not used, extras aren't tracked by set
리턴 Task

Finish() 공개 메소드

Performs any post-download steps for all of the songs in the set
public Finish ( bool close = true ) : bool
close bool Not used
리턴 bool

SCSetStream() 공개 메소드

Gathers and prepares all of the tracks in the set for download
public SCSetStream ( string url, InfoReportProxy view ) : System
url string The url to the set
view InfoReportProxy The view to report progress back to
리턴 System