Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IServiceScopeFactory.CreateScope Method

Definition

Namespace:
Microsoft.Extensions.DependencyInjection
Assembly:
Microsoft.Extensions.DependencyInjection.Abstractions.dll
Package:
Microsoft.Extensions.DependencyInjection.Abstractions v11.0.0-preview.5.26302.115
Source:
IServiceScopeFactory.cs
Source:
IServiceScopeFactory.cs
Source:
IServiceScopeFactory.cs
Source:
IServiceScopeFactory.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Create an IServiceScope that contains an IServiceProvider used to resolve dependencies from a newly created scope.

public:
 Microsoft::Extensions::DependencyInjection::IServiceScope ^ CreateScope();
public Microsoft.Extensions.DependencyInjection.IServiceScope CreateScope();
abstract member CreateScope : unit -> Microsoft.Extensions.DependencyInjection.IServiceScope
Public Function CreateScope () As IServiceScope

Returns

An IServiceScope controlling the lifetime of the scope. Once this is disposed, any scoped services and any transient services that have been resolved from the ServiceProvider will also be disposed.

Applies to


Feedback

Was this page helpful?