C# Class Duplicity.Specifications.Wait.RetryObservable

Afficher le fichier Open project: slashdotdash/Duplicity

Méthodes publiques

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

Method Details

RetryObservable() public méthode

public RetryObservable ( Func waitPredicate, System.TimeSpan timeout, System.TimeSpan retryInterval ) : System
waitPredicate Func
timeout System.TimeSpan
retryInterval System.TimeSpan
Résultat System

Wait() public méthode

public Wait ( IObservable source ) : IObservable
source IObservable
Résultat IObservable