C# 클래스 DotNetWorkQueue.Factory.RetryInformationFactory

Creates new instances of IRetryInformation
상속: IRetryInformationFactory
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Create ( Type exceptionType, List times ) : IRetryInformation

Creates new instances of IRetryInformation

메소드 상세

Create() 공개 메소드

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