C# Class Hangfire.Mongo.PersistentJobQueue.Mongo.MongoJobQueueProvider

Inheritance: IPersistentJobQueueProvider
Afficher le fichier Open project: Trov/Hangfire.Mongo Class Usage Examples

Méthodes publiques

Méthode Description
GetJobQueue ( HangfireDbContext connection ) : IPersistentJobQueue
GetJobQueueMonitoringApi ( HangfireDbContext connection ) : IPersistentJobQueueMonitoringApi
MongoJobQueueProvider ( MongoStorageOptions options ) : System

Method Details

GetJobQueue() public méthode

public GetJobQueue ( HangfireDbContext connection ) : IPersistentJobQueue
connection Hangfire.Mongo.Database.HangfireDbContext
Résultat IPersistentJobQueue

GetJobQueueMonitoringApi() public méthode

public GetJobQueueMonitoringApi ( HangfireDbContext connection ) : IPersistentJobQueueMonitoringApi
connection Hangfire.Mongo.Database.HangfireDbContext
Résultat IPersistentJobQueueMonitoringApi

MongoJobQueueProvider() public méthode

public MongoJobQueueProvider ( MongoStorageOptions options ) : System
options MongoStorageOptions
Résultat System