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.
파일 보기 프로젝트 열기: slashdotdash/Duplicity

공개 메소드들

메소드 설명
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