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

ファイルを表示 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
GetDeQueueCommand ( PostgreSqlCommandStringCache commandCache, TableNameHelper tableNameHelper, PostgreSqlMessageQueueTransportOptions options, bool forRpc, List routes ) : string

Gets the de queue command.

Method Details

GetDeQueueCommand() public static method

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