AsyncScopedLifestyle Constructor

Simple Injector
Initializes a new instance of the AsyncScopedLifestyle class. The created and cached instance will be disposed when the created Scope instance gets disposed and when the created object implements IDisposable.

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

public AsyncScopedLifestyle()
See Also

Reference