C# Класс DotNetWorkQueue.Transport.SQLite.Basic.QueryHandler.ReceiveMessage

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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