C# 클래스 DotNetWorkQueue.Configuration.RetryInformation

Contains information about retrying an exception
상속: IRetryInformation
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
RetryInformation ( Type exceptionType, List times ) : System

Initializes a new instance of the RetryInformation class.

메소드 상세

RetryInformation() 공개 메소드

Initializes a new instance of the RetryInformation class.
public RetryInformation ( Type exceptionType, List times ) : System
exceptionType System.Type Type of the exception.
times List The retry times.
리턴 System