C# 클래스 ZeroInstall.Services.Feeds.FeedManagerExtensions

Provides extension methods for IFeedManager.
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
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.

메소드 상세

GetFresh() 공개 정적인 메소드

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.
리턴 Feed