C# Класс DotNetWorkQueue.Configuration.TransportConfigurationReceive

Transport configuration for receiving messages
Наследование: IReadonly, ISetReadonly
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Описание методов

FailIfLocked() защищенный Метод

Throws an exception if a setting is changed after the feature set is locked
protected FailIfLocked ( ) : void
Результат void

FailIfReadOnly() защищенный Метод

Throws an exception if the read only flag is true.
protected FailIfReadOnly ( ) : void
Результат void

LockFeatures() публичный Метод

Locks the features.
public LockFeatures ( ) : void
Результат void

SetReadOnly() публичный Метод

Marks this instance as immutable
public SetReadOnly ( ) : void
Результат void

TransportConfigurationReceive() публичный Метод

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.
Результат System