C# Class DotNetWorkQueue.Transport.Redis.Basic.RedisQueueStatusProvider

Status of the current queue
Inheritance: DotNetWorkQueue.QueueStatus.QueueStatusProviderBase
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
RedisQueueStatusProvider ( IConnectionInformation connectionInformation, IGetTimeFactory getTimeFactory, long>.IQueryHandler pendingQueryHandler, long>.IQueryHandler pendingDelayedQueryHandler, long>.IQueryHandler workingCountQueryHandler, long>.IQueryHandler errorCountQueryHandler ) : System

Initializes a new instance of the RedisQueueStatusProvider class.

Méthodes protégées

Méthode Description
GetData ( ) : IEnumerable

Gets the data.

Private Methods

Méthode Description
GetErrorCount ( ) : SystemEntry

Gets the error count.

GetPendingCount ( ) : SystemEntry

Gets the pending count.

GetPendingDelayCount ( ) : SystemEntry

Gets the pending delay count.

GetWorkingCount ( ) : SystemEntry

Gets the working count.

Method Details

GetData() protected méthode

Gets the data.
protected GetData ( ) : IEnumerable
Résultat IEnumerable

RedisQueueStatusProvider() public méthode

Initializes a new instance of the RedisQueueStatusProvider class.
public RedisQueueStatusProvider ( IConnectionInformation connectionInformation, IGetTimeFactory getTimeFactory, long>.IQueryHandler pendingQueryHandler, long>.IQueryHandler pendingDelayedQueryHandler, long>.IQueryHandler workingCountQueryHandler, long>.IQueryHandler errorCountQueryHandler ) : System
connectionInformation IConnectionInformation The connection information.
getTimeFactory IGetTimeFactory The get time factory.
pendingQueryHandler long>.IQueryHandler The pending query handler.
pendingDelayedQueryHandler long>.IQueryHandler The pending delayed query handler.
workingCountQueryHandler long>.IQueryHandler The working count query handler.
errorCountQueryHandler long>.IQueryHandler The error count query handler.
Résultat System