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

Resets the hearbeat for records outside of the window.
Inheritance: BaseLua
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Execute ( long unixTime, int count, bool rpc ) : int

Resets the heartbeat for records outside of the window.

ResetHeartbeatLua ( IRedisConnection connection, RedisNames redisNames ) : System

Private Methods

Method Description
GetParameters ( long heartbeatResetTime, int count, bool rpc ) : object

Gets the parameters.

Method Details

Execute() public method

Resets the heartbeat for records outside of the window.
public Execute ( long unixTime, int count, bool rpc ) : int
unixTime long The unix time.
count int The count.
rpc bool if set to true [RPC].
return int

ResetHeartbeatLua() public method

public ResetHeartbeatLua ( IRedisConnection connection, RedisNames redisNames ) : System
connection IRedisConnection
redisNames RedisNames
return System