C# 클래스 Rebus.Workers.ThreadPoolBased.DefaultSyncBackoffStrategy

상속: ISyncBackoffStrategy
파일 보기 프로젝트 열기: rebus-org/Rebus 1 사용 예제들

공개 메소드들

메소드 설명
DefaultSyncBackoffStrategy ( IEnumerable backoffTimes ) : System

Constructs the backoff strategy with the given waiting times

Reset ( ) : void
Wait ( ) : void
WaitError ( ) : void
WaitNoMessage ( ) : void

비공개 메소드들

메소드 설명
InnerWait ( ) : void

메소드 상세

DefaultSyncBackoffStrategy() 공개 메소드

Constructs the backoff strategy with the given waiting times
public DefaultSyncBackoffStrategy ( IEnumerable backoffTimes ) : System
backoffTimes IEnumerable
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Wait() 공개 메소드

public Wait ( ) : void
리턴 void

WaitError() 공개 메소드

public WaitError ( ) : void
리턴 void

WaitNoMessage() 공개 메소드

public WaitNoMessage ( ) : void
리턴 void