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

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

공개 메소드들

메소드 설명
DequeueRpcLua ( IRedisConnection connection, RedisNames redisNames ) : System.Threading.Tasks
Execute ( string messageid, long unixTime ) : RedisValue[]

Dequeues the next record for a Rpc.

ExecuteAsync ( string messageid, long unixTime ) : Task

Dequeues the next record for a Rpc.

비공개 메소드들

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

Gets the parameters.

메소드 상세

DequeueRpcLua() 공개 메소드

public DequeueRpcLua ( IRedisConnection connection, RedisNames redisNames ) : System.Threading.Tasks
connection IRedisConnection
redisNames RedisNames
리턴 System.Threading.Tasks

Execute() 공개 메소드

Dequeues the next record for a Rpc.
public Execute ( string messageid, long unixTime ) : RedisValue[]
messageid string The messageid.
unixTime long The current unix time.
리턴 RedisValue[]

ExecuteAsync() 공개 메소드

Dequeues the next record for a Rpc.
public ExecuteAsync ( string messageid, long unixTime ) : Task
messageid string The messageid.
unixTime long The current unix time.
리턴 Task