ThreadScopedLifestyleSetCurrentScopeCore Method

Simple Injector
Sets the given scope as current scope in the given context.

Namespace:  SimpleInjector.Lifestyles
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

protected override void SetCurrentScopeCore(
	Scope scope
)

Parameters

scope
Type: SimpleInjectorScope
The scope instance to set.
See Also

Reference