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