ScopedLifestyleFlowing Field

Simple Injector
Gets the scoped lifestyle that allows Scoped registrations to be resolved direclty from the Scope by calling GetInstanceTService. This allows multiple scopes to be active and overlap within the same logical context, such as a single thread, or an asynchronous context.

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

public static readonly ScopedLifestyle Flowing

Field Value

Type: ScopedLifestyle
See Also

Reference