C# 클래스 Hangfire.Mongo.PersistentJobQueue.Mongo.MongoJobQueueProvider

상속: IPersistentJobQueueProvider
파일 보기 프로젝트 열기: Trov/Hangfire.Mongo 1 사용 예제들

공개 메소드들

메소드 설명
GetJobQueue ( HangfireDbContext connection ) : IPersistentJobQueue
GetJobQueueMonitoringApi ( HangfireDbContext connection ) : IPersistentJobQueueMonitoringApi
MongoJobQueueProvider ( MongoStorageOptions options ) : System

메소드 상세

GetJobQueue() 공개 메소드

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

GetJobQueueMonitoringApi() 공개 메소드

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

MongoJobQueueProvider() 공개 메소드

public MongoJobQueueProvider ( MongoStorageOptions options ) : System
options MongoStorageOptions
리턴 System