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

Delayed processing monitor configuration
Inheritance: IMonitorTimespan, IReadonly, ISetReadonly
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
DelayedProcessingConfiguration ( ) : System

Initializes a new instance of the DelayedProcessingConfiguration class.

SetReadOnly ( ) : void

Marks this instance as immutable

Méthodes protégées

Méthode Description
FailIfReadOnly ( ) : void

Throws an exception if the read only flag is true.

Method Details

DelayedProcessingConfiguration() public méthode

Initializes a new instance of the DelayedProcessingConfiguration class.
public DelayedProcessingConfiguration ( ) : System
Résultat System

FailIfReadOnly() protected méthode

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

SetReadOnly() public méthode

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