Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Castle
MicroKernel
Lifestyle
ThreadScopeAccessor
C# Class Castle.MicroKernel.Lifestyle.ThreadScopeAccessor
Inheritance:
IScopeAccessor
Exibir arquivo
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