C# Class NServiceBus.DelayedRetriesSettings

Configuration settings for Delayed Retries.
Inheritance: ExposeSettings
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
NumberOfRetries ( int numberOfRetries ) : DelayedRetriesSettings

Configures the number of times a message should be retried with a delay after failing Immediate Retries.

TimeIncrease ( System.TimeSpan timeIncrease ) : DelayedRetriesSettings

Configures the delay interval increase for each failed Delayed Retries attempt.

Private Methods

Méthode Description
DelayedRetriesSettings ( SettingsHolder settings ) : System

Method Details

NumberOfRetries() public méthode

Configures the number of times a message should be retried with a delay after failing Immediate Retries.
public NumberOfRetries ( int numberOfRetries ) : DelayedRetriesSettings
numberOfRetries int
Résultat DelayedRetriesSettings

TimeIncrease() public méthode

Configures the delay interval increase for each failed Delayed Retries attempt.
public TimeIncrease ( System.TimeSpan timeIncrease ) : DelayedRetriesSettings
timeIncrease System.TimeSpan
Résultat DelayedRetriesSettings