共用方式為


AsyncServiceScope 結構

定義

實作 IAsyncDisposableIServiceScope 實作。

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
繼承
AsyncServiceScope
實作

建構函式

AsyncServiceScope(IServiceScope)

初始化 AsyncServiceScope 結構的新實例。 包裝 IServiceScope的實例。

屬性

ServiceProvider

用來解析範圍相依性的 IServiceProvider

方法

Dispose()

執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。

DisposeAsync()

以異步方式執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。

擴充方法

ConfigureAwait(IAsyncDisposable, Boolean)

設定如何執行從異步可處置專案傳回的工作等候。

適用於