Class ServiceScope
Represents a scope for service resolution.
Inherited Members
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
public class ServiceScope : IServiceScope, IDisposable
Properties
ServiceProvider
Gets the service provider for this scope.
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Type | Description |
---|---|
IServiceProvider |
Methods
Dispose()
Declaration
public void Dispose()