C# Class Burrow.Internal.DefaultRetryPolicy

The default retry policy
Inheritance: IRetryPolicy
Afficher le fichier Open project: vanthoainguyen/Burrow.NET Class Usage Examples

Méthodes publiques

Méthode Description
DefaultRetryPolicy ( int maxDelayTime = 5*60*1000 ) : System

Initialize the default retry policy with maxDelayTime = 5 minutes

Reset ( ) : void
WaitForNextRetry ( System.Action retryingAction ) : void

Method Details

DefaultRetryPolicy() public méthode

Initialize the default retry policy with maxDelayTime = 5 minutes
public DefaultRetryPolicy ( int maxDelayTime = 5*60*1000 ) : System
maxDelayTime int
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

WaitForNextRetry() public méthode

public WaitForNextRetry ( System.Action retryingAction ) : void
retryingAction System.Action
Résultat void