Struct AsyncServiceScope
Assembly: Microsoft.Extensions.DependencyInjection.Abstractions.dll
Syntax
public readonly struct AsyncServiceScope : IServiceScope, IDisposable, IAsyncDisposable
Constructors
AsyncServiceScope(IServiceScope)
Declaration
public AsyncServiceScope(IServiceScope serviceScope)
Parameters
Properties
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Methods
Dispose()
Declaration
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
Implements