C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.QueryHandler.ReceiveMessage

파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
GetDeQueueCommand ( string metaTableName, string queueTableName, bool forRpc, string statusTableName, SqLiteMessageQueueTransportOptions options, List routes ) : CommandString

Gets the de queue command.

비공개 메소드들

메소드 설명
GenerateTempTableName ( ) : string

메소드 상세

GetDeQueueCommand() 공개 정적인 메소드

Gets the de queue command.
public static GetDeQueueCommand ( string metaTableName, string queueTableName, bool forRpc, string statusTableName, SqLiteMessageQueueTransportOptions options, List routes ) : CommandString
metaTableName string Name of the meta table.
queueTableName string Name of the queue table.
forRpc bool if set to true [for RPC].
statusTableName string Name of the status table.
options SqLiteMessageQueueTransportOptions The options.
routes List The routes.
리턴 CommandString