共用方式為


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

適用於