A class that will create the queue tables if needed. No support for updating existing tables is provided.
Inheritance: IQueueCreation
Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PostgreSqlJobQueueCreation"/> class.
 /// </summary>
 /// <param name="queueCreation">The queue creation.</param>
 public PostgreSqlJobQueueCreation(PostgreSqlMessageQueueCreation queueCreation)
 {
     _queueCreation = queueCreation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PostgreSqlJobQueueCreation"/> class.
 /// </summary>
 /// <param name="queueCreation">The queue creation.</param>
 public PostgreSqlJobQueueCreation(PostgreSqlMessageQueueCreation queueCreation)
 {
     _queueCreation = queueCreation;
 }