C# Class DotNetWorkQueue.Queue.CreationScopeNoOp

Inheritance: ICreationScope
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Method Details

AddScopedObject() public méthode

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

Dispose() public méthode

Releases unmanaged and - optionally - managed resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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.
Résultat void