IServiceScopeFactory.CreateScope Method

Definition

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

C#
public Microsoft.Extensions.DependencyInjection.IServiceScope CreateScope();

Returns

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

Applies to

Product Versies
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided), 2.1 (package-provided)