C# Class ErrorManager, MsmqReturnToSourceQueue

Show file Open project: ParticularLabs/MsmqReturnToSourceQueue Class Usage Examples

Public Methods

Method Description
ReturnAll ( ) : void
ReturnMessageToSourceQueue ( string messageId ) : void

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

Private Methods

Method Description
GetOriginalId ( string>.Dictionary headers ) : string

Method Details

ReturnAll() public method

public ReturnAll ( ) : void
return void

ReturnMessageToSourceQueue() public method

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