AtomPubClient.DeleteResourceAsync(Uri) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기존 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)
매개 변수
반환
리소스를 비동기적으로 삭제하고 작업의 진행률 및 완료 상태 보고하는 데 사용되는 개체입니다.
- 특성
설명
신디케이트된 콘텐츠를 삭제하기 위해 이 메서드를 구현하는 방법의 예는 빠른 시작: 피드 항목 관리를 참조하세요.