C# 클래스 GearmanServer.DurableQueues.RedisQueue

상속: IDurableQueue
파일 보기 프로젝트 열기: johnewart/gearman.net

공개 메소드들

메소드 설명
RedisQueue ( RedisClient _client ) : System
removeJob ( Job j ) : bool
restoreJobs ( ) : List
storeJob ( Job j ) : bool
toString ( ) : String

메소드 상세

RedisQueue() 공개 메소드

public RedisQueue ( RedisClient _client ) : System
_client ServiceStack.Redis.RedisClient
리턴 System

removeJob() 공개 메소드

public removeJob ( Job j ) : bool
j Job
리턴 bool

restoreJobs() 공개 메소드

public restoreJobs ( ) : List
리턴 List

storeJob() 공개 메소드

public storeJob ( Job j ) : bool
j Job
리턴 bool

toString() 공개 메소드

public toString ( ) : String
리턴 String