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

Gets the current time from a redis server
Наследование: BaseLua
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Execute ( ) : long

Gets the current time from a redis server

TimeLua ( IRedisConnection connection, RedisNames redisNames ) : System

Initializes a new instance of the TimeLua class.

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

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

Gets the current time from a redis server
public Execute ( ) : long
Результат long

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

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