C# Класс DotNetWorkQueue.Transport.SqlServer.Basic.Command.DeleteTransactionalMessageCommand

Deletes a message, when it's being held by a transaction
Показать файл Открыть проект

Открытые методы

Метод Описание
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