C# Class Duplicity.Specifications.Wait.RetryObservable

Show file Open project: slashdotdash/Duplicity

Public Methods

Method Description
RetryObservable ( Func waitPredicate, System.TimeSpan timeout, System.TimeSpan retryInterval ) : System
Wait ( IObservable source ) : IObservable

Method Details

RetryObservable() public method

public RetryObservable ( Func waitPredicate, System.TimeSpan timeout, System.TimeSpan retryInterval ) : System
waitPredicate Func
timeout System.TimeSpan
retryInterval System.TimeSpan
return System

Wait() public method

public Wait ( IObservable source ) : IObservable
source IObservable
return IObservable