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.

La función de devolución de llamada de lectura para leer el archivo de directivas.

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

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

Atributos

Se aplica a