C# Class Apache.NMS.Policies.RedeliveryPolicy

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

Public Methods

Method Description
Clone ( ) : Object
RedeliveryDelay ( int redeliveredCounter ) : int

Method Details

Clone() public method

public Clone ( ) : Object
return Object

RedeliveryDelay() public method

public RedeliveryDelay ( int redeliveredCounter ) : int
redeliveredCounter int
return int