C# 클래스 Spring.Retry.Retry.Policy.AlwaysRetryPolicy

A IRetryPolicy that always permits a retry. Can also be used as a base class for other policies, e.g. for test purposes as a stub.
상속: Spring.Retry.Retry.Support.NeverRetryPolicy
파일 보기 프로젝트 열기: spring-projects/spring-net-retry

공개 메소드들

메소드 설명
CanRetry ( IRetryContext context ) : bool

Always return true. IRetryPolicy.CanRetry

메소드 상세

CanRetry() 공개 메소드

Always return true. IRetryPolicy.CanRetry
public CanRetry ( IRetryContext context ) : bool
context IRetryContext The context.
리턴 bool