C# Class Spring.Retry.Retry.Support.NeverRetryContext

Special context object for NeverRetryPolicy. Implements a flag with a similar function to IRetryContext.ExhaustedOnly, but kept separate so that if subclasses of NeverRetryPolicy need to they can modify the behaviour of NeverRetryPolicy.CanRetry without affecting IRetryContext.ExhaustedOnly.
Inheritance: Spring.Retry.Retry.Context.RetryContextSupport
Afficher le fichier Open project: spring-projects/spring-net-retry

Méthodes publiques

Méthode Description
NeverRetryContext ( IRetryContext parent ) : System

Initializes a new instance of the NeverRetryContext class.

SetFinished ( ) : void

The set finished.

Method Details

NeverRetryContext() public méthode

Initializes a new instance of the NeverRetryContext class.
public NeverRetryContext ( IRetryContext parent ) : System
parent IRetryContext The parent.
Résultat System

SetFinished() public méthode

The set finished.
public SetFinished ( ) : void
Résultat void