C# 클래스 DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlMessageQueueTransportOptions

Transport options. Generally speaking, this controls the feature set of the transport.
상속: IReadonly, ISetReadonly
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
PostgreSqlMessageQueueTransportOptions ( ) : System

Initializes a new instance of the PostgreSqlMessageQueueTransportOptions class.

SetReadOnly ( ) : void

Marks this instance as immutable

ValidConfiguration ( ) : System.Validation

Validates the configuration settings

보호된 메소드들

메소드 설명
FailIfReadOnly ( ) : void

Throws an exception if the read only flag is true.

비공개 메소드들

메소드 설명
AddBuiltInColumnValues ( System.TimeSpan delay, System.TimeSpan expiration, System.DateTime currentDateTime, StringBuilder command ) : void

Adds the built in column values.

AddBuiltInColumns ( StringBuilder command ) : void

Adds the built in columns.

AddBuiltInColumnsParams ( NpgsqlCommand command, IAdditionalMessageData data ) : void

Adds the built in columns parameters.

메소드 상세

FailIfReadOnly() 보호된 메소드

Throws an exception if the read only flag is true.
protected FailIfReadOnly ( ) : void
리턴 void

PostgreSqlMessageQueueTransportOptions() 공개 메소드

Initializes a new instance of the PostgreSqlMessageQueueTransportOptions class.
public PostgreSqlMessageQueueTransportOptions ( ) : System
리턴 System

SetReadOnly() 공개 메소드

Marks this instance as immutable
public SetReadOnly ( ) : void
리턴 void

ValidConfiguration() 공개 메소드

Validates the configuration settings
public ValidConfiguration ( ) : System.Validation
리턴 System.Validation