Task.IAsyncResult.AsyncWaitHandle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작업이 완료되기를 기다리는 데 사용할 수 있는 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입니다.
구현
예외
Task가 삭제된 경우
설명
제공된 Task.Wait 대기 기능을 사용하는 것이 유사한 기능을 사용하는 AsyncWaitHandle 것이 좋습니다. 자세한 내용은 작업 기반 비동기 프로그래밍 및 기타 비동 기 패턴과 함께 TPL 사용의 "작업 대기 중" 섹션을 참조하세요.