C# 클래스 Castle.MicroKernel.Lifestyle.ThreadScopeAccessor

상속: IScopeAccessor
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
Dispose ( ) : void
GetScope ( CreationContext context ) : ILifetimeScope

보호된 메소드들

메소드 설명
GetCurrentThreadId ( ) : int

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCurrentThreadId() 보호된 메소드

protected GetCurrentThreadId ( ) : int
리턴 int

GetScope() 공개 메소드

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