C# Class Apache.NMS.Policies.RedeliveryPolicy

A policy used to customize exactly how you want the redelivery to work.
Inheritance: IRedeliveryPolicy
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Object
RedeliveryDelay ( int redeliveredCounter ) : int

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat Object

RedeliveryDelay() public méthode

public RedeliveryDelay ( int redeliveredCounter ) : int
redeliveredCounter int
Résultat int