C# 클래스 Spring.Retry.Retry.Backoff.ExponentialBackOffContext

상속: IBackOffContext
파일 보기 프로젝트 열기: spring-projects/spring-net-retry

공개 메소드들

메소드 설명
ExponentialBackOffContext ( long expSeed, double multiplier, long maxInterval ) : System.Runtime.CompilerServices

Initializes a new instance of the ExponentialBackOffContext class.

보호된 메소드들

메소드 설명
GetNextInterval ( ) : long

The get next interval.

비공개 메소드들

메소드 설명
GetSleepAndIncrement ( ) : long

메소드 상세

ExponentialBackOffContext() 공개 메소드

Initializes a new instance of the ExponentialBackOffContext class.
public ExponentialBackOffContext ( long expSeed, double multiplier, long maxInterval ) : System.Runtime.CompilerServices
expSeed long The exp seed.
multiplier double The multiplier.
maxInterval long The max interval.
리턴 System.Runtime.CompilerServices

GetNextInterval() 보호된 메소드

The get next interval.
protected GetNextInterval ( ) : long
리턴 long