Namespace Umbraco.Cms.Infrastructure.Scoping
Interfaces
IAmbientScopeContextStack
Represents an interface for a stack that manages ambient scope contexts, typically used for handling nested or hierarchical scope states.
IScope
Represents a scope that manages the unit of work and transactional boundaries within the application. Typically used to ensure consistency and manage resources during operations that require transactional integrity.
IScopeAccessor
Defines a mechanism to access the current IScope, which manages the unit of work and transactions within the application.
IScopeProvider
Provides scopes.