C# Class DotNetWorkQueue.Transport.SQLite.Basic.QueryHandler.ReceiveMessage

显示文件 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
GetDeQueueCommand ( string metaTableName, string queueTableName, bool forRpc, string statusTableName, SqLiteMessageQueueTransportOptions options, List routes ) : CommandString

Gets the de queue command.

Private Methods

Method Description
GenerateTempTableName ( ) : string

Method Details

GetDeQueueCommand() public static method

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.
return CommandString