C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.CreationScope

A scope that allows components to still exist after the container has been disposed.
상속: ICreationScope
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
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