AsyncServiceScope 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作 IAsyncDisposable的 IServiceScope 實作。
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(IServiceScope) |
初始化 AsyncServiceScope 結構的新實例。 包裝 IServiceScope的實例。 |
屬性
ServiceProvider |
用來解析範圍相依性的 IServiceProvider。 |
方法
Dispose() |
執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。 |
DisposeAsync() |
以異步方式執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。 |
擴充方法
ConfigureAwait(IAsyncDisposable, Boolean) |
設定如何執行從異步可處置專案傳回的工作等候。 |