C# 클래스 ErrorManager, MsmqReturnToSourceQueue

파일 보기 프로젝트 열기: ParticularLabs/MsmqReturnToSourceQueue 1 사용 예제들

공개 메소드들

메소드 설명
ReturnAll ( ) : void
ReturnMessageToSourceQueue ( string messageId ) : void

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

비공개 메소드들

메소드 설명
GetOriginalId ( string>.Dictionary headers ) : string

메소드 상세

ReturnAll() 공개 메소드

public ReturnAll ( ) : void
리턴 void

ReturnMessageToSourceQueue() 공개 메소드

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