C# Класс DotNetWorkQueue.Transport.Redis.Basic.RedisQueueRpcConnection

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

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

Метод Описание
GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation

Gets the connection.

RedisQueueRpcConnection ( string connection, string queue ) : DotNetWorkQueue.Configuration

Initializes a new instance of the RedisQueueRpcConnection class.

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

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

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

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

Initializes a new instance of the RedisQueueRpcConnection class.
public RedisQueueRpcConnection ( string connection, string queue ) : DotNetWorkQueue.Configuration
connection string The connection.
queue string The queue.
Результат DotNetWorkQueue.Configuration