C# 클래스 DotNetWorkQueue.Configuration.TransportConfigurationReceive

Transport configuration for receiving messages
상속: IReadonly, ISetReadonly
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

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