Method | Description | |
---|---|---|
CreateJobTable ( ) : QueueCreationResult |
Creates the job storage table if needed
|
|
SqlServerJobTableCreation ( bool>.IQueryHandler |
Initializes a new instance of the SqlServerMessageQueueCreation class.
|
Method | Description | |
---|---|---|
CreateTable ( ) : QueueCreationResult |
Creates the queue.
|
public CreateJobTable ( ) : QueueCreationResult | ||
return | QueueCreationResult |
public SqlServerJobTableCreation ( bool>.IQueryHandler |
||
queryTableExists | bool>.IQueryHandler | The query table exists. |
createSchema | The create schema. | |
createCommand | QueueCreationResult>.ICommandHandlerWithOutput | The create command. |
connectionInfo | IConnectionInformation | The connection information. |
tableNameHelper | The table name helper. | |
return | DotNetWorkQueue.Transport.SqlServer.Basic.Command |