C# Класс DotNetWorkQueue.Transport.Redis.RedisConnectionInfo

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

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

Метод Описание
Clone ( ) : IConnectionInformation

Creates a new object that is a copy of the current instance.

RedisConnectionInfo ( string queueName, string connectionString ) : System.Linq

Initializes a new instance of the RedisConnectionInfo class.

Приватные методы

Метод Описание
ValidateConnection ( string value ) : void

Validates the connection string and determines the value of the server property

Connection strings that are in an invalid format will cause an exception

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

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

Creates a new object that is a copy of the current instance.
public Clone ( ) : IConnectionInformation
Результат IConnectionInformation

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

Initializes a new instance of the RedisConnectionInfo class.
public RedisConnectionInfo ( string queueName, string connectionString ) : System.Linq
queueName string Name of the queue.
connectionString string The connection string.
Результат System.Linq