Click or drag to resize

ResolveRequestContextNewInstanceActivated Property

Gets a value indicating whether the resolved Instance is a new instance of a component has been activated during this request, or an existing shared instance that has been retrieved.

Namespace:  Autofac.Core.Resolving.Pipeline
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public abstract bool NewInstanceActivated { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Autofac.Core.Resolving.Pipeline.ResolveRequestContext.NewInstanceActivated"]

See Also