C# 클래스 Hangfire.MySql.JobQueue.MySqlJobQueueProvider

상속: IPersistentJobQueueProvider
파일 보기 프로젝트 열기: arnoldasgudas/Hangfire.MySqlStorage

공개 메소드들

메소드 설명
GetJobQueue ( ) : IPersistentJobQueue
GetJobQueueMonitoringApi ( ) : IPersistentJobQueueMonitoringApi
MySqlJobQueueProvider ( MySqlStorage storage, MySqlStorageOptions options ) : System

메소드 상세

GetJobQueue() 공개 메소드

public GetJobQueue ( ) : IPersistentJobQueue
리턴 IPersistentJobQueue

GetJobQueueMonitoringApi() 공개 메소드

public GetJobQueueMonitoringApi ( ) : IPersistentJobQueueMonitoringApi
리턴 IPersistentJobQueueMonitoringApi

MySqlJobQueueProvider() 공개 메소드

public MySqlJobQueueProvider ( MySqlStorage storage, MySqlStorageOptions options ) : System
storage MySqlStorage
options MySqlStorageOptions
리턴 System