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

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

공개 메소드들

메소드 설명
ExponentialRandomBackOffContext ( long expSeed, double multiplier, long maxInterval ) : System

Initializes a new instance of the ExponentialRandomBackOffContext class.

비공개 메소드들

메소드 설명
GetNextInterval ( ) : long

메소드 상세

ExponentialRandomBackOffContext() 공개 메소드

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