C# Class NServiceBus.DelayedConfig

Provides information about the delayed retries configuration.
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
DelayedConfig ( int maxNumberOfRetries, System.TimeSpan timeIncrease ) : System

Creates a new delayed retries configuration.

Method Details

DelayedConfig() public method

Creates a new delayed retries configuration.
public DelayedConfig ( int maxNumberOfRetries, System.TimeSpan timeIncrease ) : System
maxNumberOfRetries int The maximum number of delayed retries.
timeIncrease System.TimeSpan The time of increase for individual delayed retries.
return System