C# Class DotNetWorkQueue.Transport.Redis.Basic.DelayedProcessingConfiguration

Delayed processing monitor configuration
Inheritance: IMonitorTimespan, IReadonly, ISetReadonly
Show file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
DelayedProcessingConfiguration ( ) : System

Initializes a new instance of the DelayedProcessingConfiguration class.

SetReadOnly ( ) : void

Marks this instance as immutable

Protected Methods

Method Description
FailIfReadOnly ( ) : void

Throws an exception if the read only flag is true.

Method Details

DelayedProcessingConfiguration() public method

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

FailIfReadOnly() protected method

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

SetReadOnly() public method

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