C# Class erminas.SmartAPI.Utils.Wait

ファイルを表示 Open project: erminas/smartapi

Public Methods

Method Description
For ( Func pred, System.TimeSpan wait ) : void
For ( Func pred, System.TimeSpan wait, System.TimeSpan retry ) : void

Private Methods

Method Description
Wait ( ) : System

Method Details

For() public static method

public static For ( Func pred, System.TimeSpan wait ) : void
pred Func
wait System.TimeSpan
return void

For() public static method

public static For ( Func pred, System.TimeSpan wait, System.TimeSpan retry ) : void
pred Func
wait System.TimeSpan
retry System.TimeSpan
return void