C# Class GearmanServer.DurableQueues.RedisQueue

Inheritance: IDurableQueue
Afficher le fichier Open project: johnewart/gearman.net

Méthodes publiques

Méthode Description
RedisQueue ( RedisClient _client ) : System
removeJob ( Job j ) : bool
restoreJobs ( ) : List
storeJob ( Job j ) : bool
toString ( ) : String

Method Details

RedisQueue() public méthode

public RedisQueue ( RedisClient _client ) : System
_client ServiceStack.Redis.RedisClient
Résultat System

removeJob() public méthode

public removeJob ( Job j ) : bool
j Job
Résultat bool

restoreJobs() public méthode

public restoreJobs ( ) : List
Résultat List

storeJob() public méthode

public storeJob ( Job j ) : bool
j Job
Résultat bool

toString() public méthode

public toString ( ) : String
Résultat String