C# Class ErrorManager, MsmqReturnToSourceQueue

Afficher le fichier Open project: ParticularLabs/MsmqReturnToSourceQueue Class Usage Examples

Méthodes publiques

Méthode Description
ReturnAll ( ) : void
ReturnMessageToSourceQueue ( string messageId ) : void

May throw a timeout exception if a message with the given id cannot be found.

Private Methods

Méthode Description
GetOriginalId ( string>.Dictionary headers ) : string

Method Details

ReturnAll() public méthode

public ReturnAll ( ) : void
Résultat void

ReturnMessageToSourceQueue() public méthode

May throw a timeout exception if a message with the given id cannot be found.
public ReturnMessageToSourceQueue ( string messageId ) : void
messageId string
Résultat void