C# Class Cedar.Core.ApplicationContexts.ApplicationContextScope

This class control the scope of dependent context.
Inheritance: IDisposable
显示文件 Open project: Chinaccn/surfboard

Public Methods

Method Description
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.

Method Details

ApplicationContextScope() public method

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.
return System

Dispose() public method

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