Class HttpContextServiceScopeFactory.NonDisposedHttpContextServiceScope
Inheritance
System.Object
HttpContextServiceScopeFactory.NonDisposedHttpContextServiceScope
Implements
Microsoft.Extensions.DependencyInjection.IServiceScope
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.DependencyInjection
Assembly: Volo.Abp.AspNetCore.dll
Syntax
protected class NonDisposedHttpContextServiceScope : IServiceScope, IDisposable
Constructors
NonDisposedHttpContextServiceScope(IServiceProvider)
Declaration
public NonDisposedHttpContextServiceScope(IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IServiceProvider | serviceProvider |
Properties
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
| Type | Description |
|---|---|
| System.IServiceProvider |
Methods
Dispose()
Declaration
public void Dispose()
Implements
Microsoft.Extensions.DependencyInjection.IServiceScope
System.IDisposable