C# Class DotNetWorkQueue.Configuration.TransportConfigurationReceive

Transport configuration for receiving messages
Inheritance: IReadonly, ISetReadonly
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
LockFeatures ( ) : void

Locks the features.

SetReadOnly ( ) : void

Marks this instance as immutable

TransportConfigurationReceive ( IConnectionInformation connectionInfo, IQueueDelayFactory queueDelayFactory, IRetryDelayFactory retryDelayFactory ) : System

Initializes a new instance of the TransportConfigurationReceive class.

Méthodes protégées

Méthode Description
FailIfLocked ( ) : void

Throws an exception if a setting is changed after the feature set is locked

FailIfReadOnly ( ) : void

Throws an exception if the read only flag is true.

Method Details

FailIfLocked() protected méthode

Throws an exception if a setting is changed after the feature set is locked
protected FailIfLocked ( ) : void
Résultat void

FailIfReadOnly() protected méthode

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

LockFeatures() public méthode

Locks the features.
public LockFeatures ( ) : void
Résultat void

SetReadOnly() public méthode

Marks this instance as immutable
public SetReadOnly ( ) : void
Résultat void

TransportConfigurationReceive() public méthode

Initializes a new instance of the TransportConfigurationReceive class.
public TransportConfigurationReceive ( IConnectionInformation connectionInfo, IQueueDelayFactory queueDelayFactory, IRetryDelayFactory retryDelayFactory ) : System
connectionInfo IConnectionInformation The connection information.
queueDelayFactory IQueueDelayFactory The queue delay factory.
retryDelayFactory IRetryDelayFactory The retry delay factory.
Résultat System