C# Class DotNetWorkQueue.Transport.PostgreSQL.SqlConnectionInformation

Contains connection information for a queue
Inheritance: DotNetWorkQueue.Configuration.BaseConnectionInformation
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : IConnectionInformation
Résultat IConnectionInformation

SqlConnectionInformation() public méthode

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.
Résultat DotNetWorkQueue.Configuration