ISyndicationClient.RetrieveFeedAsync(Uri) 메서드

정의

지정된 URI에서 배포 피드를 다운로드하는 비동기 작업을 시작합니다. 이 메서드는 SyndicationFormat 에 지정된 형식 중 하나일 수 있는 피드 문자열에서 SyndicationFeed 개체를 인스턴스화합니다.

public:
 IAsyncOperationWithProgress<SyndicationFeed ^, RetrievalProgress> ^ RetrieveFeedAsync(Uri ^ uri);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<SyndicationFeed, RetrievalProgress> RetrieveFeedAsync(Uri const& uri);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<SyndicationFeed,RetrievalProgress> RetrieveFeedAsync(System.Uri uri);
function retrieveFeedAsync(uri)
Public Function RetrieveFeedAsync (uri As Uri) As IAsyncOperationWithProgress(Of SyndicationFeed, RetrievalProgress)

매개 변수

uri
Uri Uri

피드가 다운로드되는 URI입니다.

반환

작업의 결과를 포함합니다.

특성

설명

이 메서드를 여러 번 호출하여 동시에 여러 피드를 가져올 수 있습니다.

적용 대상