C# Класс DotNetWorkQueue.Transport.SQLite.Basic.SqLiteRpcConnection

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

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

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

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

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

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

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

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