C# Class DotNetWorkQueue.Transport.SQLite.Basic.Factory.SqLiteMessageQueueTransportOptionsFactory

Creates new instance of the options classes
Inheritance: ISqLiteMessageQueueTransportOptionsFactory
Mostra file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Create ( ) : SqLiteMessageQueueTransportOptions

Creates new instance.

SqLiteMessageQueueTransportOptionsFactory ( IConnectionInformation connectionInformation, SqLiteMessageQueueTransportOptions>.IQueryHandler queryOptions ) : DotNetWorkQueue.Transport.SQLite.Basic.Query

Initializes a new instance of the SqLiteMessageQueueTransportOptionsFactory class.

Method Details

Create() public method

Creates new instance.
public Create ( ) : SqLiteMessageQueueTransportOptions
return SqLiteMessageQueueTransportOptions

SqLiteMessageQueueTransportOptionsFactory() public method

Initializes a new instance of the SqLiteMessageQueueTransportOptionsFactory class.
public SqLiteMessageQueueTransportOptionsFactory ( IConnectionInformation connectionInformation, SqLiteMessageQueueTransportOptions>.IQueryHandler queryOptions ) : DotNetWorkQueue.Transport.SQLite.Basic.Query
connectionInformation IConnectionInformation The connection information.
queryOptions SqLiteMessageQueueTransportOptions>.IQueryHandler The query options.
return DotNetWorkQueue.Transport.SQLite.Basic.Query