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

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

공개 메소드들

메소드 설명
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