C# Class DotNetWorkQueue.Factory.RetryInformationFactory

Creates new instances of IRetryInformation
Inheritance: IRetryInformationFactory
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Create ( Type exceptionType, List times ) : IRetryInformation

Creates new instances of IRetryInformation

Method Details

Create() public method

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