C# Class Spring.Retry.Retry.Policy.TimeoutRetryContext

Inheritance: Spring.Retry.Retry.Context.RetryContextSupport
Afficher le fichier Open project: spring-projects/spring-net-retry

Méthodes publiques

Méthode Description
IsAlive ( ) : bool

The is alive.

TimeoutRetryContext ( IRetryContext parent, long timeout ) : System

Initializes a new instance of the TimeoutRetryContext class.

Method Details

IsAlive() public méthode

The is alive.
public IsAlive ( ) : bool
Résultat bool

TimeoutRetryContext() public méthode

Initializes a new instance of the TimeoutRetryContext class.
public TimeoutRetryContext ( IRetryContext parent, long timeout ) : System
parent IRetryContext The parent.
timeout long The timeout.
Résultat System