C# 클래스 Burrow.Internal.DefaultRetryPolicy

The default retry policy
상속: IRetryPolicy
파일 보기 프로젝트 열기: vanthoainguyen/Burrow.NET 1 사용 예제들

공개 메소드들

메소드 설명
DefaultRetryPolicy ( int maxDelayTime = 5*60*1000 ) : System

Initialize the default retry policy with maxDelayTime = 5 minutes

Reset ( ) : void
WaitForNextRetry ( System.Action retryingAction ) : void

메소드 상세

DefaultRetryPolicy() 공개 메소드

Initialize the default retry policy with maxDelayTime = 5 minutes
public DefaultRetryPolicy ( int maxDelayTime = 5*60*1000 ) : System
maxDelayTime int
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

WaitForNextRetry() 공개 메소드

public WaitForNextRetry ( System.Action retryingAction ) : void
retryingAction System.Action
리턴 void