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.
|
public GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation | ||
connectionType | ConnectionTypes | Type of the connection. |
return | IConnectionInformation |
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 |