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

Inheritance: IPersistentJobQueueProvider
Mostrar archivo Open project: Trov/Hangfire.Mongo Class Usage Examples

Public Methods

Method Description
GetJobQueue ( HangfireDbContext connection ) : IPersistentJobQueue
GetJobQueueMonitoringApi ( HangfireDbContext connection ) : IPersistentJobQueueMonitoringApi
MongoJobQueueProvider ( MongoStorageOptions options ) : System

Method Details

GetJobQueue() public method

public GetJobQueue ( HangfireDbContext connection ) : IPersistentJobQueue
connection Hangfire.Mongo.Database.HangfireDbContext
return IPersistentJobQueue

GetJobQueueMonitoringApi() public method

public GetJobQueueMonitoringApi ( HangfireDbContext connection ) : IPersistentJobQueueMonitoringApi
connection Hangfire.Mongo.Database.HangfireDbContext
return IPersistentJobQueueMonitoringApi

MongoJobQueueProvider() public method

public MongoJobQueueProvider ( MongoStorageOptions options ) : System
options MongoStorageOptions
return System