C# Class Taskular.Policies.IntervalRetryPolicy

Inheritance: IRetryPolicy
Afficher le fichier Open project: phatboyg/Taskular

Méthodes publiques

Méthode Description
CanRetry ( Exception exception ) : bool
GetRetryContext ( ) : IRetryContext
IntervalRetryPolicy ( IRetryExceptionFilter filter ) : System

Method Details

CanRetry() public méthode

public CanRetry ( Exception exception ) : bool
exception System.Exception
Résultat bool

GetRetryContext() public méthode

public GetRetryContext ( ) : IRetryContext
Résultat IRetryContext

IntervalRetryPolicy() public méthode

public IntervalRetryPolicy ( IRetryExceptionFilter filter ) : System
filter IRetryExceptionFilter
Résultat System