C# 클래스 Cedar.Core.ApplicationContexts.ApplicationContextScope

This class control the scope of dependent context.
상속: IDisposable
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
ApplicationContextScope ( Cedar.Core.ApplicationContexts.DependentApplicationContext context ) : System

Initializes a new instance of the T:Cedar.Core.ApplicationContexts.ApplicationContextScope class.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

메소드 상세

ApplicationContextScope() 공개 메소드

Initializes a new instance of the T:Cedar.Core.ApplicationContexts.ApplicationContextScope class.
public ApplicationContextScope ( Cedar.Core.ApplicationContexts.DependentApplicationContext context ) : System
context Cedar.Core.ApplicationContexts.DependentApplicationContext The dependent context cloned from the master application context.
리턴 System

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void