메소드 | 설명 | |
---|---|---|
RedisQueueStatusProvider ( IConnectionInformation connectionInformation, IGetTimeFactory getTimeFactory, long>.IQueryHandler |
Initializes a new instance of the RedisQueueStatusProvider class.
|
메소드 | 설명 | |
---|---|---|
GetData ( ) : IEnumerable |
Gets the data.
|
메소드 | 설명 | |
---|---|---|
GetErrorCount ( ) : |
Gets the error count.
|
|
GetPendingCount ( ) : |
Gets the pending count.
|
|
GetPendingDelayCount ( ) : |
Gets the pending delay count.
|
|
GetWorkingCount ( ) : |
Gets the working count.
|
public RedisQueueStatusProvider ( IConnectionInformation connectionInformation, IGetTimeFactory getTimeFactory, long>.IQueryHandler |
||
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. |
리턴 | System |