C# Class Resque.Worker

Afficher le fichier Open project: scobrown/Resque.NET Class Usage Examples

Méthodes publiques

Méthode Description
Reserve ( ) : IJob
Work ( int interval = 5 ) : void
Worker ( IJobCreator locator, IFailureService failureService, IRedis client ) : System

Private Methods

Méthode Description
DoneWorking ( ) : void
GetQueueName ( string item ) : string
Process ( IJob job ) : void
RegisterWorker ( ) : void
SetFailed ( ) : void
SetProcessed ( ) : void
SetWorkingOn ( IJob job ) : void
Startup ( ) : void
UnregisterWorker ( ) : void

Method Details

Reserve() public méthode

public Reserve ( ) : IJob
Résultat IJob

Work() public méthode

public Work ( int interval = 5 ) : void
interval int
Résultat void

Worker() public méthode

public Worker ( IJobCreator locator, IFailureService failureService, IRedis client ) : System
locator IJobCreator
failureService IFailureService
client IRedis
Résultat System