C# Class Hangfire.MySql.JobQueue.MySqlJobQueueMonitoringApi

Inheritance: IPersistentJobQueueMonitoringApi
Exibir arquivo Open project: arnoldasgudas/Hangfire.MySqlStorage

Public Methods

Method Description
GetEnqueuedAndFetchedCount ( string queue ) : EnqueuedAndFetchedCountDto
GetEnqueuedJobIds ( string queue, int @from, int perPage ) : IEnumerable
GetFetchedJobIds ( string queue, int @from, int perPage ) : IEnumerable
GetQueues ( ) : IEnumerable
MySqlJobQueueMonitoringApi ( MySqlStorage storage ) : System

Method Details

GetEnqueuedAndFetchedCount() public method

public GetEnqueuedAndFetchedCount ( string queue ) : EnqueuedAndFetchedCountDto
queue string
return EnqueuedAndFetchedCountDto

GetEnqueuedJobIds() public method

public GetEnqueuedJobIds ( string queue, int @from, int perPage ) : IEnumerable
queue string
@from int
perPage int
return IEnumerable

GetFetchedJobIds() public method

public GetFetchedJobIds ( string queue, int @from, int perPage ) : IEnumerable
queue string
@from int
perPage int
return IEnumerable

GetQueues() public method

public GetQueues ( ) : IEnumerable
return IEnumerable

MySqlJobQueueMonitoringApi() public method

public MySqlJobQueueMonitoringApi ( MySqlStorage storage ) : System
storage MySqlStorage
return System