C# Class Hangfire.Mongo.PersistentJobQueue.Mongo.MongoJobQueue

Inheritance: IPersistentJobQueue
Afficher le fichier Open project: Trov/Hangfire.Mongo

Méthodes publiques

Méthode Description
Enqueue ( string queue, string jobId ) : void
MongoJobQueue ( HangfireDbContext connection, MongoStorageOptions options ) : System

Private Methods

Méthode Description
Dequeue ( string queues, CancellationToken cancellationToken ) : IFetchedJob

Method Details

Enqueue() public méthode

public Enqueue ( string queue, string jobId ) : void
queue string
jobId string
Résultat void

MongoJobQueue() public méthode

public MongoJobQueue ( HangfireDbContext connection, MongoStorageOptions options ) : System
connection Hangfire.Mongo.Database.HangfireDbContext
options MongoStorageOptions
Résultat System