C# Класс DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlRpcConnection

Connection settings for Rpc
Наследование: DotNetWorkQueue.Configuration.BaseRpcConnection
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetConnection() публичный Метод

Gets the connection.
public GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation
connectionType ConnectionTypes Type of the connection.
Результат IConnectionInformation

PostgreSqlRpcConnection() публичный Метод

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.
Результат DotNetWorkQueue.Configuration