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

Sends a heartbeat for a single message
client does not support options of 'zadd'; we are using LUA script to work around this
Наследование: BaseLua
Показать файл Открыть проект

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

Метод Описание
Execute ( string messageid, long unixTime ) : int?

Sends a heartbeat for a single message

SendHeartbeatLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis

Initializes a new instance of the SendHeartbeatLua class.

Приватные методы

Метод Описание
GetParameters ( string messageid, long unixTime ) : object

Gets the parameters.

Описание методов

Execute() публичный Метод

Sends a heartbeat for a single message
public Execute ( string messageid, long unixTime ) : int?
messageid string The messageid.
unixTime long The unix time.
Результат int?

SendHeartbeatLua() публичный Метод

Initializes a new instance of the SendHeartbeatLua class.
public SendHeartbeatLua ( IRedisConnection connection, RedisNames redisNames ) : StackExchange.Redis
connection IRedisConnection The connection.
redisNames RedisNames The redis names.
Результат StackExchange.Redis