HttpPolicyDownloaderProtocol.ReadCallback(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.

Función de devolución de llamada de lectura para leer el archivo de directiva.

public:
 void ReadCallback(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 ReadCallback(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.ReadCallback : IAsyncResult -> unit
Public Sub ReadCallback (ar As IAsyncResult)

Parámetros

ar
IAsyncResult

IAsyncResult que se va a recibir los resultados cuando se completa la operación asincrónica.

Atributos

Se aplica a