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
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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