次の方法で共有


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 です。

属性

適用対象