AsyncServiceScope Struct

Definition

A IServiceScope implementation that implements IAsyncDisposable.

public value class AsyncServiceScope : IAsyncDisposable, IDisposable, Microsoft::Extensions::DependencyInjection::IServiceScope
public readonly struct AsyncServiceScope : IAsyncDisposable, IDisposable, Microsoft.Extensions.DependencyInjection.IServiceScope
type AsyncServiceScope = struct
    interface IServiceScope
    interface IDisposable
    interface IAsyncDisposable
Public Structure AsyncServiceScope
Implements IAsyncDisposable, IDisposable, IServiceScope
Inheritance
AsyncServiceScope
Implements

Constructors

AsyncServiceScope(IServiceScope)

Initializes a new instance of the AsyncServiceScope struct. Wraps an instance of IServiceScope.

Properties

ServiceProvider

The IServiceProvider used to resolve dependencies from the scope.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

DisposeAsync()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

Applies to