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

Connection information for Rpc
Inheritance: DotNetWorkQueue.Configuration.BaseRpcConnection
Show file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation

Gets the connection.

RedisQueueRpcConnection ( string connection, string queue ) : DotNetWorkQueue.Configuration

Initializes a new instance of the RedisQueueRpcConnection class.

Method Details

GetConnection() public method

Gets the connection.
public GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation
connectionType ConnectionTypes Type of the connection.
return IConnectionInformation

RedisQueueRpcConnection() public method

Initializes a new instance of the RedisQueueRpcConnection class.
public RedisQueueRpcConnection ( string connection, string queue ) : DotNetWorkQueue.Configuration
connection string The connection.
queue string The queue.
return DotNetWorkQueue.Configuration