C# 클래스 OpenStack.Threading.BackoffPolicy

This class provides a default implementation of IBackoffPolicy. The default implementation uses a progressive back-off policy with no expiration.
상속: IBackoffPolicy
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

공개 메소드들

메소드 설명
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.

메소드 상세

GetBackoffIntervals() 공개 메소드

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
리턴 IEnumerable