C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.Message.CommitMessage

Commits a processed message
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Commit ( IMessageContext context ) : void

Commits the processed message, by deleting the message

CommitMessage ( long>.ICommandHandlerWithOutput deleteMessageCommand ) : DotNetWorkQueue.Transport.SQLite.Basic.Command

Initializes a new instance of the CommitMessage class.

메소드 상세

Commit() 공개 메소드

Commits the processed message, by deleting the message
public Commit ( IMessageContext context ) : void
context IMessageContext The context.
리턴 void

CommitMessage() 공개 메소드

Initializes a new instance of the CommitMessage class.
public CommitMessage ( long>.ICommandHandlerWithOutput deleteMessageCommand ) : DotNetWorkQueue.Transport.SQLite.Basic.Command
deleteMessageCommand long>.ICommandHandlerWithOutput The delete message command.
리턴 DotNetWorkQueue.Transport.SQLite.Basic.Command