C# Class DotNetWorkQueue.Transport.Redis.Basic.Lua.DeleteLua

Deletes a message from the queue
Inheritance: BaseLua
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
DeleteLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis

Initializes a new instance of the DeleteLua class.

Execute ( string messageId ) : int?

Deletes the specified message.

Private Methods

Method Description
GetParameters ( string messageId ) : object

Gets the parameters.

Method Details

DeleteLua() public method

Initializes a new instance of the DeleteLua class.
public DeleteLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis
connection IRedisConnection The connection.
redisNames RedisNames The redis names.
return StackExchange.Redis

Execute() public method

Deletes the specified message.
public Execute ( string messageId ) : int?
messageId string The message identifier.
return int?