C# Class GearmanServer.JobQueue

Show file Open project: johnewart/gearman.net Class Usage Examples

Public Methods

Method 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 method

public JobQueue ( ) : System
return System

JobQueue() public method

public JobQueue ( IDurableQueue _queue ) : System
_queue IDurableQueue
return System

finishedJob() public method

public finishedJob ( String jobHandle ) : bool
jobHandle String
return bool

getJobForQueue() public method

public getJobForQueue ( String funcName ) : Job
funcName String
return Job

storeJob() public method

public storeJob ( Job job, bool persist = true ) : bool
job Job
persist bool
return bool