C# Class DotNetWorkQueue.Transport.Redis.Basic.Lua.DequeueLua

Dequeues the next record
Inheritance: BaseLua
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetParameters ( long unixTime ) : object

Gets the parameters.

Method Details

DequeueLua() public méthode

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.
Résultat System.Threading.Tasks

Execute() public méthode

Dequeues the next record
public Execute ( long unixTime ) : RedisValue[]
unixTime long The current unix time.
Résultat RedisValue[]

ExecuteAsync() public méthode

Dequeues the next record
public ExecuteAsync ( long unixTime ) : Task
unixTime long The current unix time.
Résultat Task