C# Класс ZeroInstall.Services.Fetchers.SequentialFetcher

Downloads Implementations sequentially.
Наследование: FetcherBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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