다음을 통해 공유


AtomPubClient.DeleteResourceAsync(Uri) 메서드

정의

기존 Entry 또는 Media Link 리소스를 삭제합니다.

public:
 virtual IAsyncActionWithProgress<TransferProgress> ^ DeleteResourceAsync(Uri ^ uri) = DeleteResourceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncActionWithProgress<TransferProgress> DeleteResourceAsync(Uri const& uri);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncActionWithProgress<TransferProgress> DeleteResourceAsync(System.Uri uri);
function deleteResourceAsync(uri)
Public Function DeleteResourceAsync (uri As Uri) As IAsyncActionWithProgress(Of TransferProgress)

매개 변수

uri
Uri Uri

삭제할 리소스의 URI입니다.

반환

리소스를 비동기적으로 삭제하고 작업의 진행률 및 완료 상태 보고하는 데 사용되는 개체입니다.

특성

설명

신디케이트된 콘텐츠를 삭제하기 위해 이 메서드를 구현하는 방법의 예는 빠른 시작: 피드 항목 관리를 참조하세요.

적용 대상

추가 정보