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

Sends a message from the working queue into the delay queue
Inheritance: BaseLua
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Execute ( string messageId, long unixTime ) : int?

Sends a message from the working queue into the delay queue

RollbackDelayLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis

Private Methods

Method Description
GetParameters ( string messageId, long unixTime ) : object

Gets the parameters.

Method Details

Execute() public method

Sends a message from the working queue into the delay queue
public Execute ( string messageId, long unixTime ) : int?
messageId string The message identifier.
unixTime long The unix time.
return int?

RollbackDelayLua() public method

public RollbackDelayLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis
connection IRedisConnection
redisNames RedisNames
return StackExchange.Redis