C# Class DotNetWorkQueue.Transport.SQLite.Basic.CommandString

Contains the primary command and any secondary commands that should be executed after the primary command completes.
ファイルを表示 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
CommandString ( string commandString, List commands ) : System

Initializes a new instance of the CommandString class.

Method Details

CommandString() public method

Initializes a new instance of the CommandString class.
public CommandString ( string commandString, List commands ) : System
commandString string The command string.
commands List The commands.
return System