IServiceScopeFactory インターフェイス

定義

スコープ内でサービス作成するために使用される IServiceScope のインスタンスを作成するためのファクトリ。

public interface class IServiceScopeFactory
public interface IServiceScopeFactory
type IServiceScopeFactory = interface
Public Interface IServiceScopeFactory

メソッド

CreateScope()

新しく作成されたスコープから依存関係を解決するために使用される IServiceScope を含む IServiceProvider を作成します。

拡張メソッド

CreateAsyncScope(IServiceScopeFactory)

スコープ サービスを解決するために使用できる新しい AsyncServiceScope を作成します。

適用対象