C# Класс DotNetWorkQueue.Transport.Redis.Basic.Lua.ResetHeartbeatLua

Resets the hearbeat for records outside of the window.
Наследование: BaseLua
Показать файл Открыть проект

Открытые методы

Метод Описание
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