IServiceScopeFactory Arabirim
Tanım
IServiceScopeBir kapsam içinde hizmet oluşturmak için kullanılan, örnekleri oluşturmaya yönelik bir fabrika.A factory for creating instances of IServiceScope, which is used to create services within a scope.
public interface class IServiceScopeFactory
public interface IServiceScopeFactory
type IServiceScopeFactory = interface
Public Interface IServiceScopeFactory
Yöntemler
| CreateScope() |
IServiceScope IServiceProvider Yeni oluşturulan bir kapsamın bağımlılıklarını çözümlemek için kullanılan bir oluşturun.Create an IServiceScope which contains an IServiceProvider used to resolve dependencies from a newly created scope. |