C# Класс SevenDigital.Messaging.RetryMessageAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
RetryMessageAttribute ( Type retryExceptionType ) : System

Indicate that the handler should retry any message that fails with the given exception type

Описание методов

RetryMessageAttribute() публичный Метод

Indicate that the handler should retry any message that fails with the given exception type
public RetryMessageAttribute ( Type retryExceptionType ) : System
retryExceptionType System.Type A type of exception that is automatically recoverable with a retry
Результат System