C# 클래스 ZeroInstall.Services.Fetchers.SequentialFetcher

Downloads Implementations sequentially.
상속: FetcherBase
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
Fetch ( IEnumerable implementations ) : void
SequentialFetcher ( [ config, [ store, [ handler ) : System

Creates a new sequential download fetcher.

보호된 메소드들

메소드 설명
Download ( DownloadRetrievalMethod retrievalMethod, object tag = null ) : TemporaryFile

비공개 메소드들

메소드 설명
FetchOne ( [ implementation ) : void

Downloads a single Implementation to the IStore. Detects concurrent downloads in other processes.

GetDownloadID ( [ implementation ) : string
GetMirrorUrl ( [ url ) : Uri

메소드 상세

Download() 보호된 메소드

protected Download ( DownloadRetrievalMethod retrievalMethod, object tag = null ) : TemporaryFile
retrievalMethod ZeroInstall.Store.Model.DownloadRetrievalMethod
tag object
리턴 TemporaryFile

Fetch() 공개 메소드

public Fetch ( IEnumerable implementations ) : void
implementations IEnumerable
리턴 void

SequentialFetcher() 공개 메소드

Creates a new sequential download fetcher.
public SequentialFetcher ( [ config, [ store, [ handler ) : System
config [ User settings controlling network behaviour, solving, etc.
store [ The location to store the downloaded and unpacked s in.
handler [ A callback object used when the the user needs to be informed about progress.
리턴 System