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

Contains the redis hash/key/etc names for a given queue name
Show file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
RedisNames ( IConnectionInformation connectionInformation ) : System.Collections.Generic

Initializes a new instance of the RedisNames class.

Private Methods

Method Description
BuildListIfNeeded ( ) : void

Builds the queue names based on the root queue

Method Details

RedisNames() public method

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