C# Class DotNetWorkQueue.Configuration.TaskSchedulerConfiguration

The task scheduler configuration module
Inheritance: ITaskSchedulerConfiguration
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
SetReadOnly ( ) : void

Marks this instance as immutable

TaskSchedulerConfiguration ( ) : System

Initializes a new instance of the TaskSchedulerConfiguration 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

TaskSchedulerConfiguration() public méthode

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