C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.CommandString

Contains the primary command and any secondary commands that should be executed after the primary command completes.
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
CommandString ( string commandString, List commands ) : System

Initializes a new instance of the CommandString class.

메소드 상세

CommandString() 공개 메소드

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