C# Class Castle.MicroKernel.Lifestyle.Scoped.DefaultLifetimeScope

Inheritance: ILifetimeScope
Mostra file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
DefaultLifetimeScope ( IScopeCache scopeCache = null, Action onAfterCreated = null ) : System
Dispose ( ) : void
GetCachedInstance ( ComponentModel model, ScopedInstanceActivationCallback createInstance ) : Burden

Method Details

DefaultLifetimeScope() public method

public DefaultLifetimeScope ( IScopeCache scopeCache = null, Action onAfterCreated = null ) : System
scopeCache IScopeCache
onAfterCreated Action
return System

Dispose() public method

public Dispose ( ) : void
return void

GetCachedInstance() public method

public GetCachedInstance ( ComponentModel model, ScopedInstanceActivationCallback createInstance ) : Burden
model Castle.Core.ComponentModel
createInstance ScopedInstanceActivationCallback
return Burden