C# Class DotNetWorkQueue.Factory.RetryInformationFactory

Creates new instances of IRetryInformation
Inheritance: IRetryInformationFactory
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Create ( Type exceptionType, List times ) : IRetryInformation

Creates new instances of IRetryInformation

Method Details

Create() public méthode

Creates new instances of IRetryInformation
public Create ( Type exceptionType, List times ) : IRetryInformation
exceptionType System.Type Type of the exception.
times List The retry times.
Résultat IRetryInformation