C# Class GearmanServer.JobQueue

Afficher le fichier Open project: johnewart/gearman.net Class Usage Examples

Méthodes publiques

Méthode Description
JobQueue ( ) : System
JobQueue ( IDurableQueue _queue ) : System
finishedJob ( String jobHandle ) : bool
getJobForQueue ( String funcName ) : Job
storeJob ( Job job, bool persist = true ) : bool

Method Details

JobQueue() public méthode

public JobQueue ( ) : System
Résultat System

JobQueue() public méthode

public JobQueue ( IDurableQueue _queue ) : System
_queue IDurableQueue
Résultat System

finishedJob() public méthode

public finishedJob ( String jobHandle ) : bool
jobHandle String
Résultat bool

getJobForQueue() public méthode

public getJobForQueue ( String funcName ) : Job
funcName String
Résultat Job

storeJob() public méthode

public storeJob ( Job job, bool persist = true ) : bool
job Job
persist bool
Résultat bool