C# Class DotNetWorkQueue.Queue.CreationScopeNoOp

Inheritance: ICreationScope
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
AddScopedObject ( IDisposable disposable ) : void

Adds the scoped disposable object to the scope.

This method is a NoOp

Dispose ( ) : void

Releases unmanaged and - optionally - managed resources.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Method Details

AddScopedObject() public method

Adds the scoped disposable object to the scope.
This method is a NoOp
public AddScopedObject ( IDisposable disposable ) : void
disposable IDisposable The disposable.
return void

Dispose() public method

Releases unmanaged and - optionally - managed resources.
public Dispose ( ) : void
return void

Dispose() protected method

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void