Class DefaultServiceScopeFactory
Inheritance
System.Object
DefaultServiceScopeFactory
Namespace: Volo.Abp.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public class DefaultServiceScopeFactory : object, IHybridServiceScopeFactory, IServiceScopeFactory, ITransientDependency
Constructors
DefaultServiceScopeFactory(IServiceScopeFactory)
Declaration
public DefaultServiceScopeFactory(IServiceScopeFactory factory)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceScopeFactory | factory |
Properties
Factory
Declaration
protected IServiceScopeFactory Factory { get; }
Property Value
| Type | Description |
|---|---|
| IServiceScopeFactory |
Methods
CreateScope()
Declaration
public IServiceScope CreateScope()
Returns
| Type | Description |
|---|---|
| IServiceScope |
Implements
IServiceScopeFactory