C# 클래스 DotNetWorkQueue.Transport.SqlServer.Basic.Command.DeleteTransactionalMessageCommand

Deletes a message, when it's being held by a transaction
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
DeleteTransactionalMessageCommand ( long queueId, IMessageContext context ) : DotNetWorkQueue.Validation

Initializes a new instance of the DeleteMessageCommand class.

메소드 상세

DeleteTransactionalMessageCommand() 공개 메소드

Initializes a new instance of the DeleteMessageCommand class.
public DeleteTransactionalMessageCommand ( long queueId, IMessageContext context ) : DotNetWorkQueue.Validation
queueId long The queue identifier.
context IMessageContext The context.
리턴 DotNetWorkQueue.Validation