C# Класс DotNetWorkQueue.Transport.Redis.Basic.Time.RedisServerUnixTime

Returns the current unix time, using the redis server(s)
If multiple redis servers are being used, their clocks must be in sync
Наследование: BaseUnixTime
Показать файл Открыть проект

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

Метод Описание
RedisServerUnixTime ( TimeLua timeLua, ILogFactory log, BaseTimeConfiguration configuration ) : System

Initializes a new instance of the RedisServerUnixTime class.

Защищенные методы

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

Gets the time from the redis server as needed.

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

GetUnixTime() защищенный Метод

Gets the time from the redis server as needed.
protected GetUnixTime ( ) : long
Результат long

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

Initializes a new instance of the RedisServerUnixTime class.
public RedisServerUnixTime ( TimeLua timeLua, ILogFactory log, BaseTimeConfiguration configuration ) : System
timeLua DotNetWorkQueue.Transport.Redis.Basic.Lua.TimeLua The time lua.
log ILogFactory The log.
configuration DotNetWorkQueue.Configuration.BaseTimeConfiguration The configuration.
Результат System