C# Class Castle.MicroKernel.Lifestyle.ThreadScopeAccessor

Inheritance: IScopeAccessor
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetScope ( CreationContext context ) : ILifetimeScope

Méthodes protégées

Méthode Description
GetCurrentThreadId ( ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCurrentThreadId() protected méthode

protected GetCurrentThreadId ( ) : int
Résultat int

GetScope() public méthode

public GetScope ( CreationContext context ) : ILifetimeScope
context Castle.MicroKernel.Context.CreationContext
Résultat ILifetimeScope