C# Class DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlMessageQueueTransportOptions

Transport options. Generally speaking, this controls the feature set of the transport.
Inheritance: IReadonly, ISetReadonly
Datei anzeigen Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
PostgreSqlMessageQueueTransportOptions ( ) : System

Initializes a new instance of the PostgreSqlMessageQueueTransportOptions class.

SetReadOnly ( ) : void

Marks this instance as immutable

ValidConfiguration ( ) : System.Validation

Validates the configuration settings

Protected Methods

Method Description
FailIfReadOnly ( ) : void

Throws an exception if the read only flag is true.

Private Methods

Method Description
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.

Method Details

FailIfReadOnly() protected method

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

PostgreSqlMessageQueueTransportOptions() public method

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

SetReadOnly() public method

Marks this instance as immutable
public SetReadOnly ( ) : void
return void

ValidConfiguration() public method

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