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

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

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

Метод Описание
GetDeQueueCommand ( PostgreSqlCommandStringCache commandCache, TableNameHelper tableNameHelper, PostgreSqlMessageQueueTransportOptions options, bool forRpc, List routes ) : string

Gets the de queue command.

Описание методов

GetDeQueueCommand() публичный статический Метод

Gets the de queue command.
public static GetDeQueueCommand ( PostgreSqlCommandStringCache commandCache, TableNameHelper tableNameHelper, PostgreSqlMessageQueueTransportOptions options, bool forRpc, List routes ) : string
commandCache PostgreSqlCommandStringCache The command cache.
tableNameHelper TableNameHelper The table name helper.
options PostgreSqlMessageQueueTransportOptions The options.
forRpc bool if set to true [for RPC].
routes List The routes.
Результат string