Interface IServiceScope
Represents a scope for service resolution.
Inherited Members
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
public interface IServiceScope : IDisposable
Properties
ServiceProvider
Gets the service provider for this scope.
Declaration
IServiceProvider ServiceProvider { get; }
Property Value
Type | Description |
---|---|
IServiceProvider |