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 для получения результатов, когда асинхронную операцию завершается.

Атрибуты

Применяется к