C# Class Castle.MicroKernel.Lifestyle.ThreadScopeAccessor

Inheritance: IScopeAccessor
显示文件 Open project: castleproject/Windsor

Public Methods

Method Description
Dispose ( ) : void
GetScope ( CreationContext context ) : ILifetimeScope

Protected Methods

Method Description
GetCurrentThreadId ( ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetCurrentThreadId() protected method

protected GetCurrentThreadId ( ) : int
return int

GetScope() public method

public GetScope ( CreationContext context ) : ILifetimeScope
context Castle.MicroKernel.Context.CreationContext
return ILifetimeScope