次の方法で共有


AsyncResultHandle.WaitFor(TimeSpan, Func<Boolean>) メソッド

定義

public System.Threading.Tasks.Task<bool> WaitFor (TimeSpan timeout, Func<bool> checkFlag);
member this.WaitFor : TimeSpan * Func<bool> -> System.Threading.Tasks.Task<bool>
Public Function WaitFor (timeout As TimeSpan, checkFlag As Func(Of Boolean)) As Task(Of Boolean)

パラメーター

timeout
TimeSpan
checkFlag
Func<Boolean>

戻り値

タイムアウト前に true 操作が完了した場合に を返します。

適用対象