C# Class DotNetWorkQueue.Transport.PostgreSQL.Basic.Factory.PostgreSqlMessageQueueTransportOptionsFactory

Creates new instance of the options classes
Inheritance: IPostgreSqlMessageQueueTransportOptionsFactory
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Create ( ) : PostgreSqlMessageQueueTransportOptions

Creates new instance.

PostgreSqlMessageQueueTransportOptionsFactory ( IConnectionInformation connectionInformation, PostgreSqlMessageQueueTransportOptions>.IQueryHandler queryOptions ) : DotNetWorkQueue.Transport.PostgreSQL.Basic.Query

Initializes a new instance of the PostgreSqlMessageQueueTransportOptionsFactory class.

Method Details

Create() public méthode

Creates new instance.
public Create ( ) : PostgreSqlMessageQueueTransportOptions
Résultat PostgreSqlMessageQueueTransportOptions

PostgreSqlMessageQueueTransportOptionsFactory() public méthode

Initializes a new instance of the PostgreSqlMessageQueueTransportOptionsFactory class.
public PostgreSqlMessageQueueTransportOptionsFactory ( IConnectionInformation connectionInformation, PostgreSqlMessageQueueTransportOptions>.IQueryHandler queryOptions ) : DotNetWorkQueue.Transport.PostgreSQL.Basic.Query
connectionInformation IConnectionInformation The connection information.
queryOptions PostgreSqlMessageQueueTransportOptions>.IQueryHandler The query options.
Résultat DotNetWorkQueue.Transport.PostgreSQL.Basic.Query