C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.Lua.ResetHeartbeatLua

Resets the hearbeat for records outside of the window.
상속: BaseLua
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Execute ( long unixTime, int count, bool rpc ) : int

Resets the heartbeat for records outside of the window.

ResetHeartbeatLua ( IRedisConnection connection, RedisNames redisNames ) : System

비공개 메소드들

메소드 설명
GetParameters ( long heartbeatResetTime, int count, bool rpc ) : object

Gets the parameters.

메소드 상세

Execute() 공개 메소드

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].
리턴 int

ResetHeartbeatLua() 공개 메소드

public ResetHeartbeatLua ( IRedisConnection connection, RedisNames redisNames ) : System
connection IRedisConnection
redisNames RedisNames
리턴 System