이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

IAsyncInfo Interface

비동기 작업을 지원합니다.

구문


public interface IAsyncInfo

특성

GuidAttribute("00000036-0000-0000-c000-000000000046")
VersionAttribute(NTDDI_WIN8)

구성원

IAsyncInfo인터페이스에는 다음과 같은 유형의 구성원이 있습니다.

메서드

The IAsyncInfo 인터페이스 다음 메서드가 있습니다. 또한 다음에서 메서드를 상속합니다. Object 클래스.

메서드설명
Cancel Cancels the asynchronous operation.
Close Closes the asynchronous operation.

 

속성

IAsyncInfo인터페이스 다음 속성이 있습니다.

속성액세스 유형설명

ErrorCode

읽기 전용Gets a string that describes an error condition of the asynchronous operation.

Id

읽기 전용Gets the handle of the asynchronous operation.

Status

읽기 전용Gets a value that indicates the status of the asynchronous operation.

 

요구 사항

지원되는 최소 클라이언트

Windows 8

지원되는 최소 서버

Windows Server 2012

지원되는 최소 전화

Windows Phone 8

네임스페이스

Windows.Foundation
Windows::Foundation [C++]

메타데이터

Windows.winmd

 

 

© 2013 Microsoft. All rights reserved.