HttpPolicyDownloaderProtocol.DownloadCallback(IAsyncResult) Método

Definición

Precaución

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

La función de devolución de llamada de descarga para recibir los resultados.

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)

Parámetros

ar
IAsyncResult

El IAsyncResult para recibir los resultados cuando se completa la operación asincrónica.

Atributos

Se aplica a