C# Class DotNetWorkQueue.Transport.SQLite.SqliteConnectionInformation

Contains connection information for a SQLite queue
Inheritance: DotNetWorkQueue.Configuration.BaseConnectionInformation
显示文件 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Clone ( ) : IConnectionInformation

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

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

Initializes a new instance of the SqliteConnectionInformation class.

Private Methods

Method 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 method

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

SqliteConnectionInformation() public method

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