Task.IAsyncResult.AsyncWaitHandle 속성

정의

WaitHandle 작업이 완료될 때까지 기다리는 데 사용할 수 있는 값을 가져옵니다.

property System::Threading::WaitHandle ^ System::IAsyncResult::AsyncWaitHandle { System::Threading::WaitHandle ^ get(); };
System.Threading.WaitHandle System.IAsyncResult.AsyncWaitHandle { get; }
member this.System.IAsyncResult.AsyncWaitHandle : System.Threading.WaitHandle
 ReadOnly Property AsyncWaitHandle As WaitHandle Implements IAsyncResult.AsyncWaitHandle

속성 값

WaitHandle 작업이 완료될 때까지 기다리는 데 사용할 수 있는 A입니다.

구현

예외

Task 삭제되었습니다.

설명

제공된 Task.Wait 대기 기능을 사용하는 것이 유사한 기능을 사용하는 AsyncWaitHandle 것이 좋습니다. 자세한 내용은 작업 기반 비동기 프로그래밍 및 기타 비동기패턴과 함께 TPL 사용의 "작업 대기 중" 섹션을 참조하세요.

적용 대상