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

Resets the hearbeat for records outside of the window.
Inheritance: BaseLua
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode 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

Méthode Description
GetParameters ( long heartbeatResetTime, int count, bool rpc ) : object

Gets the parameters.

Method Details

Execute() public méthode

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].
Résultat int

ResetHeartbeatLua() public méthode

public ResetHeartbeatLua ( IRedisConnection connection, RedisNames redisNames ) : System
connection IRedisConnection
redisNames RedisNames
Résultat System