HttpPolicyDownloaderProtocol.ReadCallback(IAsyncResult) Method

Definition

Caution

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

The read callback function to read the policy file.

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)

Parameters

ar
IAsyncResult

The IAsyncResult to receive the results when the asynchronous operation completes.

Attributes

Applies to