다음을 통해 공유


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에서 결과를 수신합니다.

특성

적용 대상