C# 클래스 DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlRpcConnection

Connection settings for Rpc
상속: DotNetWorkQueue.Configuration.BaseRpcConnection
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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