C# Class DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlRpcConnection

Connection settings for Rpc
Inheritance: DotNetWorkQueue.Configuration.BaseRpcConnection
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation

Gets the connection.

PostgreSqlRpcConnection ( string sendConnection, string sendQueue, string receiveConnection, string receiveQueue ) : DotNetWorkQueue.Configuration

Initializes a new instance of the PostgreSqlRpcConnection class.

Method Details

GetConnection() public method

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

PostgreSqlRpcConnection() public method

Initializes a new instance of the PostgreSqlRpcConnection class.
public PostgreSqlRpcConnection ( string sendConnection, string sendQueue, string receiveConnection, string receiveQueue ) : DotNetWorkQueue.Configuration
sendConnection string The send connection.
sendQueue string The send queue.
receiveConnection string The receive connection.
receiveQueue string The receive queue.
return DotNetWorkQueue.Configuration