C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.Lua.TimeLua

Gets the current time from a redis server
상속: BaseLua
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

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