Partager via


AsyncResultHandle.WaitFor(TimeSpan, Func<Boolean>) Méthode

Définition

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)

Paramètres

timeout
TimeSpan
checkFlag
Func<Boolean>

Retours

Retourne true si l’opération se termine avant l’expiration du délai d’attente

S’applique à