C# Class Spring.Retry.Retry.Support.SleepSequence

The sleep sequence.
显示文件 Open project: spring-projects/spring-net-retry Class Usage Examples

Public Methods

Method Description
GetLongestSleep ( ) : long

The get longest sleep.

GetSleeps ( ) : IList

The get sleeps.

GetTotalSleep ( ) : long

The get total sleep.

SleepSequence ( IList sleeps ) : System.Collections.Generic

Initializes a new instance of the SleepSequence class.

ToString ( ) : string

The to string.

Method Details

GetLongestSleep() public method

The get longest sleep.
public GetLongestSleep ( ) : long
return long

GetSleeps() public method

The get sleeps.
public GetSleeps ( ) : IList
return IList

GetTotalSleep() public method

The get total sleep.
public GetTotalSleep ( ) : long
return long

SleepSequence() public method

Initializes a new instance of the SleepSequence class.
public SleepSequence ( IList sleeps ) : System.Collections.Generic
sleeps IList The sleeps.
return System.Collections.Generic

ToString() public method

The to string.
public ToString ( ) : string
return string