C# Class DotNetWorkQueue.Configuration.WorkerConfiguration

Contains worker configuration settings
Inheritance: IWorkerConfiguration
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
SetReadOnly ( ) : void

Marks this instance as immutable

WorkerConfiguration ( ) : System

Initializes a new instance of the WorkerConfiguration class.

Méthodes protégées

Méthode Description
FailIfReadOnly ( ) : void

Throws an exception if the read only flag is true.

Method Details

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

WorkerConfiguration() public méthode

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