次の方法で共有


HttpPolicyDownloaderProtocol.ReadCallback(IAsyncResult) メソッド

定義

注意事項

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

ポリシー ファイルを読み込む、読み取りコールバック関数です。

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)

パラメーター

ar
IAsyncResult

非同期操作が完了したときの結果を受け取る IAsyncResult です。

属性

適用対象