C# 클래스 DotNetWorkQueue.Transport.PostgreSQL.SqlConnectionInformation

Contains connection information for a queue
상속: DotNetWorkQueue.Configuration.BaseConnectionInformation
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Clone ( ) : IConnectionInformation

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

SqlConnectionInformation ( string queueName, string connectionString ) : DotNetWorkQueue.Configuration

Initializes a new instance of the SqlConnectionInformation 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

SqlConnectionInformation() 공개 메소드

Initializes a new instance of the SqlConnectionInformation class.
public SqlConnectionInformation ( string queueName, string connectionString ) : DotNetWorkQueue.Configuration
queueName string Name of the queue.
connectionString string The connection string.
리턴 DotNetWorkQueue.Configuration