C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.RedisNames

Contains the redis hash/key/etc names for a given queue name
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
RedisNames ( IConnectionInformation connectionInformation ) : System.Collections.Generic

Initializes a new instance of the RedisNames class.

비공개 메소드들

메소드 설명
BuildListIfNeeded ( ) : void

Builds the queue names based on the root queue

메소드 상세

RedisNames() 공개 메소드

Initializes a new instance of the RedisNames class.
public RedisNames ( IConnectionInformation connectionInformation ) : System.Collections.Generic
connectionInformation IConnectionInformation The connection information.
리턴 System.Collections.Generic