Sdílet prostřednictvím


HttpPolicyDownloaderProtocol.DownloadCallback(IAsyncResult) Metoda

Definice

Upozornění

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

Funkce zpětného volání ke stažení pro příjem výsledků.

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)

Parametry

ar
IAsyncResult

Chcete-li IAsyncResult získat výsledky po dokončení asynchronní operace.

Atributy

Platí pro