C# Класс Spring.Retry.Retry.Support.SleepSequence

The sleep sequence.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetLongestSleep() публичный Метод

The get longest sleep.
public GetLongestSleep ( ) : long
Результат long

GetSleeps() публичный Метод

The get sleeps.
public GetSleeps ( ) : IList
Результат IList

GetTotalSleep() публичный Метод

The get total sleep.
public GetTotalSleep ( ) : long
Результат long

SleepSequence() публичный Метод

Initializes a new instance of the SleepSequence class.
public SleepSequence ( IList sleeps ) : System.Collections.Generic
sleeps IList The sleeps.
Результат System.Collections.Generic

ToString() публичный Метод

The to string.
public ToString ( ) : string
Результат string