ScopeStorage Class

Definition

Defines a class that is used to contain storage for a transient scope.

public static class ScopeStorage
type ScopeStorage = class
Public Class ScopeStorage
Inheritance
ScopeStorage

Properties

CurrentProvider

Gets or sets the current scope provider.

CurrentScope

Gets the dictionary that is used to store data in the current scope.

GlobalScope

Gets the dictionary that is used to store data in the global scope.

Methods

CreateTransientScope()

Returns a dictionary that is used to store data in a transient scope, based on the scope in the CurrentScope property.

CreateTransientScope(IDictionary<Object,Object>)

Returns a dictionary that is used to store data in a transient scope.

Applies to