C# Class erminas.SmartAPI.Utils.Wait

Afficher le fichier Open project: erminas/smartapi

Méthodes publiques

Méthode Description
For ( Func pred, System.TimeSpan wait ) : void
For ( Func pred, System.TimeSpan wait, System.TimeSpan retry ) : void

Private Methods

Méthode Description
Wait ( ) : System

Method Details

For() public static méthode

public static For ( Func pred, System.TimeSpan wait ) : void
pred Func
wait System.TimeSpan
Résultat void

For() public static méthode

public static For ( Func pred, System.TimeSpan wait, System.TimeSpan retry ) : void
pred Func
wait System.TimeSpan
retry System.TimeSpan
Résultat void