C# 클래스 DotNetWorkQueue.Transport.Redis.RedisConnectionInfo

상속: DotNetWorkQueue.Configuration.BaseConnectionInformation
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

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