C# Class SevenDigital.Messaging.RetryMessageAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: i-e-b/SevenDigital.Messaging

Méthodes publiques

Méthode Description
RetryMessageAttribute ( Type retryExceptionType ) : System

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

Method Details

RetryMessageAttribute() public méthode

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
Résultat System