C# Class 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.
Inheritance: Spring.Retry.Retry.Support.NeverRetryPolicy
ファイルを表示 Open project: spring-projects/spring-net-retry

Public Methods

Method Description
CanRetry ( IRetryContext context ) : bool

Always return true. IRetryPolicy.CanRetry

Method Details

CanRetry() public method

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