C# Class DotNetWorkQueue.Configuration.WorkerConfiguration

Contains worker configuration settings
Inheritance: IWorkerConfiguration
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
SetReadOnly ( ) : void

Marks this instance as immutable

WorkerConfiguration ( ) : System

Initializes a new instance of the WorkerConfiguration class.

Protected Methods

Method Description
FailIfReadOnly ( ) : void

Throws an exception if the read only flag is true.

Method Details

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

WorkerConfiguration() public method

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