다음을 통해 공유


AsyncResultHandle.WaitForContinue(TimeSpan) 메서드

정의

public System.Threading.Tasks.Task<bool> WaitForContinue (TimeSpan timeout);
member this.WaitForContinue : TimeSpan -> System.Threading.Tasks.Task<bool>
Public Function WaitForContinue (timeout As TimeSpan) As Task(Of Boolean)

매개 변수

timeout
TimeSpan

반환

시간 제한 전에 작업이 완료된 경우 를 반환 true 합니다.

적용 대상