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

Moves a message from the working queue to the error queue
Inheritance: BaseLua
Mostra file Open project: blehnen/DotNetWorkQueue

Public Methods

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

Initializes a new instance of the ErrorLua class.

Execute ( string messageId ) : int?

Executes the specified message identifier.

Private Methods

Method Description
GetParameters ( string messageId ) : object

Gets the parameters.

Method Details

ErrorLua() public method

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

Execute() public method

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