C# Класс DotNetWorkQueue.Transport.SQLite.Basic.CreationScope

A scope that allows components to still exist after the container has been disposed.
Наследование: ICreationScope
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddScopedObject ( IDisposable disposable ) : void

Adds the scoped Disposable object to the scope.

All objects added here will be disposed of when the scope is disposed

Dispose ( ) : void

Releases unmanaged and - optionally - managed resources.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Описание методов

AddScopedObject() публичный Метод

Adds the scoped Disposable object to the scope.
All objects added here will be disposed of when the scope is disposed
public AddScopedObject ( IDisposable disposable ) : void
disposable IDisposable The disposable.
Результат void

Dispose() публичный Метод

Releases unmanaged and - optionally - managed resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

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.
Результат void