C# Class DotNetWorkQueue.Transport.SQLite.Basic.SqLiteRpcConnection

Connection settings for Rpc
Inheritance: DotNetWorkQueue.Configuration.BaseRpcConnection
显示文件 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation

Gets the connection.

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

Initializes a new instance of the SqLiteRpcConnection class.

Method Details

GetConnection() public method

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

SqLiteRpcConnection() public method

Initializes a new instance of the SqLiteRpcConnection class.
public SqLiteRpcConnection ( 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