C# 클래스 DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlQueueStatusProvider

Returns status information about the current queue
상속: DotNetWorkQueue.QueueStatus.QueueStatusProviderBase
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
PostgreSqlQueueStatusProvider ( IConnectionInformation connectionInformation, IGetTimeFactory getTimeFactory, IPostgreSqlMessageQueueTransportOptionsFactory optionsFactory, IInternalSerializer serializer, PostgreSqlMessageQueueStatusQueries queries ) : System

Initializes a new instance of the PostgreSqlQueueStatusProvider class.

보호된 메소드들

메소드 설명
GetData ( ) : IEnumerable

Gets the data.

비공개 메소드들

메소드 설명
GetConfiguration ( ) : SystemEntry

Gets the configuration.

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.

메소드 상세

GetData() 보호된 메소드

Gets the data.
protected GetData ( ) : IEnumerable
리턴 IEnumerable

PostgreSqlQueueStatusProvider() 공개 메소드

Initializes a new instance of the PostgreSqlQueueStatusProvider class.
public PostgreSqlQueueStatusProvider ( IConnectionInformation connectionInformation, IGetTimeFactory getTimeFactory, IPostgreSqlMessageQueueTransportOptionsFactory optionsFactory, IInternalSerializer serializer, PostgreSqlMessageQueueStatusQueries queries ) : System
connectionInformation IConnectionInformation The connection information.
getTimeFactory IGetTimeFactory The get time factory.
optionsFactory IPostgreSqlMessageQueueTransportOptionsFactory The options factory.
serializer IInternalSerializer The serializer.
queries PostgreSqlMessageQueueStatusQueries The queries.
리턴 System