C# Class ZeroInstall.Services.Feeds.FeedManagerExtensions

Provides extension methods for IFeedManager.
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Méthode Description
GetFresh ( [ feedManager, [ feedUri ) : Feed

Returns a specific Feed. Automatically updates cached feeds when indicated by IFeedManager.ShouldRefresh.

Feeds are always served from the IFeedCache if possible, unless IFeedManager.Refresh is set to true.

Method Details

GetFresh() public static méthode

Returns a specific Feed. Automatically updates cached feeds when indicated by IFeedManager.ShouldRefresh.
Feeds are always served from the IFeedCache if possible, unless IFeedManager.Refresh is set to true.
The user canceled the task. A problem occured while reading the feed file. A problem occured while fetching the feed file. Access to the cache is not permitted. The signature data of a remote feed file could not be verified. is missing or does not match .
public static GetFresh ( [ feedManager, [ feedUri ) : Feed
feedManager [ The implementation.
feedUri [ The canonical ID used to identify the feed.
Résultat Feed