C# Class DotNetWorkQueue.Transport.SQLite.Basic.Command.CreateQueueTablesAndSaveConfigurationCommand

A command for creating the queue and saving the configuration
Mostra file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
CreateQueueTablesAndSaveConfigurationCommand ( Listtables ) : System.Collections.Generic

Initializes a new instance of the CreateQueueTablesAndSaveConfigurationCommand class.

Method Details

CreateQueueTablesAndSaveConfigurationCommand() public method

Initializes a new instance of the CreateQueueTablesAndSaveConfigurationCommand class.
public CreateQueueTablesAndSaveConfigurationCommand ( Listtables ) : System.Collections.Generic
tables List
The tables.
return System.Collections.Generic