C# Класс DotNetWorkQueue.Transport.SQLite.Basic.Factory.SqLiteMessageQueueTransportOptionsFactory

Creates new instance of the options classes
Наследование: ISqLiteMessageQueueTransportOptionsFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( ) : SqLiteMessageQueueTransportOptions

Creates new instance.

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

Initializes a new instance of the SqLiteMessageQueueTransportOptionsFactory class.

Описание методов

Create() публичный Метод

Creates new instance.
public Create ( ) : SqLiteMessageQueueTransportOptions
Результат SqLiteMessageQueueTransportOptions

SqLiteMessageQueueTransportOptionsFactory() публичный Метод

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.
Результат DotNetWorkQueue.Transport.SQLite.Basic.Query