ResolveRequestContextActivationScope Property |
Gets or sets the lifetime scope that will be used for the activation of any components later in the pipeline.
Avoid resolving instances directly from this scope; they will not be traced as part of the same operation.
Namespace:
Autofac.Core.Resolving.Pipeline
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public abstract ISharingLifetimeScope ActivationScope { get; protected set; }
Public MustOverride Property ActivationScope As ISharingLifetimeScope
Get
Protected Set
Property Value
Type:
ISharingLifetimeScope[Missing <value> documentation for "P:Autofac.Core.Resolving.Pipeline.ResolveRequestContext.ActivationScope"]
See Also