C# Класс DotNetWorkQueue.Transport.SqlServer.Basic.SqlServerJobTableCreation

Наследование: IJobTableCreation
Показать файл Открыть проект

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

Метод Описание
CreateJobTable ( ) : QueueCreationResult

Creates the job storage table if needed

SqlServerJobTableCreation ( bool>.IQueryHandler queryTableExists, SqlServerJobSchema createSchema, QueueCreationResult>.ICommandHandlerWithOutput createCommand, IConnectionInformation connectionInfo, TableNameHelper tableNameHelper ) : DotNetWorkQueue.Transport.SqlServer.Basic.Command

Initializes a new instance of the SqlServerMessageQueueCreation class.

Приватные методы

Метод Описание
CreateTable ( ) : QueueCreationResult

Creates the queue.

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

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

Creates the job storage table if needed
public CreateJobTable ( ) : QueueCreationResult
Результат QueueCreationResult

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

Initializes a new instance of the SqlServerMessageQueueCreation class.
public SqlServerJobTableCreation ( bool>.IQueryHandler queryTableExists, SqlServerJobSchema createSchema, QueueCreationResult>.ICommandHandlerWithOutput createCommand, IConnectionInformation connectionInfo, TableNameHelper tableNameHelper ) : DotNetWorkQueue.Transport.SqlServer.Basic.Command
queryTableExists bool>.IQueryHandler The query table exists.
createSchema SqlServerJobSchema The create schema.
createCommand QueueCreationResult>.ICommandHandlerWithOutput The create command.
connectionInfo IConnectionInformation The connection information.
tableNameHelper TableNameHelper The table name helper.
Результат DotNetWorkQueue.Transport.SqlServer.Basic.Command