C# Класс Duplicity.Specifications.Wait

Wait until the given predicate evaluates to true before continuing execution. Re-evaluates the predicate until it is true or the timeout period elapses when a TimeoutException is thrown.
Показать файл Открыть проект

Открытые методы

Метод Описание
Until ( Func waitPredicate ) : void
Until ( Func waitPredicate, System.TimeSpan timeout, System.TimeSpan retryInterval ) : void

Описание методов

Until() публичный статический Метод

public static Until ( Func waitPredicate ) : void
waitPredicate Func
Результат void

Until() публичный статический Метод

public static Until ( Func waitPredicate, System.TimeSpan timeout, System.TimeSpan retryInterval ) : void
waitPredicate Func
timeout System.TimeSpan
retryInterval System.TimeSpan
Результат void