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

IAsyncOperation<TResult> Interface

비동기 작업을 나타냅니다.

구문


public interface IAsyncOperation<TResult> : IAsyncInfo

특성

GuidAttribute("9fc2b0bb-e446-44e2-aa61-9cab8f636af2")
VersionAttribute(NTDDI_WIN8)

형식 매개 변수

TResult

결과의 형식입니다.

구성원

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

메서드

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

메서드설명
GetResults Returns the results of the operation.

 

속성

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

속성액세스 유형설명

Completed

읽기/쓰기Gets or sets the method that handles operation completed event.

 

요구 사항

지원되는 최소 클라이언트

Windows 8

지원되는 최소 서버

Windows Server 2012

지원되는 최소 전화

Windows Phone 8

네임스페이스

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

메타데이터

Windows.winmd

참고 항목

IAsyncInfo

 

 

© 2013 Microsoft. All rights reserved.