Method | Description | |
---|---|---|
GetEnqueuedAndFetchedCount ( string queue ) : Hangfire.SqlServer.EnqueuedAndFetchedCountDto | ||
GetEnqueuedJobIds ( string queue, int @from, int perPage ) : IEnumerable |
||
GetFetchedJobIds ( string queue, int @from, int perPage ) : IEnumerable |
||
GetQueues ( ) : IEnumerable |
||
SQLiteJobQueueMonitoringApi ( IDbConnection connection ) : System |
public GetEnqueuedAndFetchedCount ( string queue ) : Hangfire.SqlServer.EnqueuedAndFetchedCountDto | ||
queue | string | |
return | Hangfire.SqlServer.EnqueuedAndFetchedCountDto |
public GetEnqueuedJobIds ( string queue, int @from, int perPage ) : IEnumerable |
||
queue | string | |
@from | int | |
perPage | int | |
return | IEnumerable |
public GetFetchedJobIds ( string queue, int @from, int perPage ) : IEnumerable |
||
queue | string | |
@from | int | |
perPage | int | |
return | IEnumerable |
public SQLiteJobQueueMonitoringApi ( IDbConnection connection ) : System | ||
connection | IDbConnection | |
return | System |