Class ServiceProviderScope
Inheritance
ServiceProviderScope
Assembly: Akka.DependencyInjection.dll
Syntax
public class ServiceProviderScope : IResolverScope, IDisposable
Constructors
|
Improve this Doc
View Source
ServiceProviderScope(IServiceScope)
Declaration
public ServiceProviderScope(IServiceScope scope)
Parameters
Type |
Name |
Description |
Microsoft.Extensions.DependencyInjection.IServiceScope |
scope |
|
Properties
|
Improve this Doc
View Source
Resolver
Declaration
public IDependencyResolver Resolver { get; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
Implements
Extension Methods