Method | 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.
|
Method | 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.
|
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. |
return | System |