C# Класс 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.
Наследование: Spring.Retry.Retry.Context.RetryContextSupport
Показать файл Открыть проект

Открытые методы

Метод Описание
NeverRetryContext ( IRetryContext parent ) : System

Initializes a new instance of the NeverRetryContext class.

SetFinished ( ) : void

The set finished.

Описание методов

NeverRetryContext() публичный Метод

Initializes a new instance of the NeverRetryContext class.
public NeverRetryContext ( IRetryContext parent ) : System
parent IRetryContext The parent.
Результат System

SetFinished() публичный Метод

The set finished.
public SetFinished ( ) : void
Результат void