AsyncServiceScope(IServiceScope) コンストラクター

定義

AsyncServiceScope 構造体の新しいインスタンスを初期化します。 IServiceScope のインスタンスをラップします。

public:
 AsyncServiceScope(Microsoft::Extensions::DependencyInjection::IServiceScope ^ serviceScope);
public AsyncServiceScope (Microsoft.Extensions.DependencyInjection.IServiceScope serviceScope);
new Microsoft.Extensions.DependencyInjection.AsyncServiceScope : Microsoft.Extensions.DependencyInjection.IServiceScope -> Microsoft.Extensions.DependencyInjection.AsyncServiceScope
Public Sub New (serviceScope As IServiceScope)

パラメーター

serviceScope
IServiceScope

ラップする IServiceScope インスタンス。

適用対象