C# Class OpenStack.Threading.BackoffPolicy

This class provides a default implementation of IBackoffPolicy. The default implementation uses a progressive back-off policy with no expiration.
Inheritance: IBackoffPolicy
Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Méthodes publiques

Méthode Description
GetBackoffIntervals ( ) : IEnumerable The default implementation uses the following progressive back-off strategy. No delay before polling the first time. Poll once per second, up to 10 times. Poll once per 5 seconds, up to 10 times. Poll once per 15 seconds, up to 10 times. Poll once per 30 seconds indefinitely.

Method Details

GetBackoffIntervals() public méthode

The default implementation uses the following progressive back-off strategy. No delay before polling the first time. Poll once per second, up to 10 times. Poll once per 5 seconds, up to 10 times. Poll once per 15 seconds, up to 10 times. Poll once per 30 seconds indefinitely.
public GetBackoffIntervals ( ) : IEnumerable
Résultat IEnumerable