C# Класс DotNetWorkQueue.Configuration.RetryInformation

Contains information about retrying an exception
Наследование: IRetryInformation
Показать файл Открыть проект

Открытые методы

Метод Описание
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