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

Dequeues the next record
상속: BaseLua
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
DequeueLua ( IRedisConnection connection, RedisNames redisNames ) : System.Threading.Tasks

Initializes a new instance of the DequeueLua class.

Execute ( long unixTime ) : RedisValue[]

Dequeues the next record

ExecuteAsync ( long unixTime ) : Task

Dequeues the next record

비공개 메소드들

메소드 설명
GetParameters ( long unixTime ) : object

Gets the parameters.

메소드 상세

DequeueLua() 공개 메소드

Initializes a new instance of the DequeueLua class.
public DequeueLua ( IRedisConnection connection, RedisNames redisNames ) : System.Threading.Tasks
connection IRedisConnection The connection.
redisNames RedisNames The redis names.
리턴 System.Threading.Tasks

Execute() 공개 메소드

Dequeues the next record
public Execute ( long unixTime ) : RedisValue[]
unixTime long The current unix time.
리턴 RedisValue[]

ExecuteAsync() 공개 메소드

Dequeues the next record
public ExecuteAsync ( long unixTime ) : Task
unixTime long The current unix time.
리턴 Task