다음을 통해 공유


HttpPolicyDownloaderProtocol.DownloadCallback(IAsyncResult) 메서드

정의

주의

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

결과를 받을 다운로드 콜백 함수입니다.

public:
 void DownloadCallback(IAsyncResult ^ ar);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public void DownloadCallback (IAsyncResult ar);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.DownloadCallback : IAsyncResult -> unit
Public Sub DownloadCallback (ar As IAsyncResult)

매개 변수

ar
IAsyncResult

비동기 작업이 완료되면 IAsyncResult에서 결과를 수신합니다.

특성

적용 대상