Method | Description | |
---|---|---|
Execute ( string messageId, bool rpc ) : int? |
Moves a message from the working queue back into the pending queue
|
|
RollbackLua ( IRedisConnection connection, RedisNames redisNames ) : System |
Initializes a new instance of the RollbackLua class.
|
Method | Description | |
---|---|---|
GetParameters ( string messageId, bool rpc ) : object |
Gets the parameters.
|
public Execute ( string messageId, bool rpc ) : int? | ||
messageId | string | The message identifier. |
rpc | bool | if set to |
return | int? |
public RollbackLua ( IRedisConnection connection, RedisNames redisNames ) : System | ||
connection | IRedisConnection | The connection. |
redisNames | RedisNames | The redis names. |
return | System |