IScopeStorageProvider Interface

Definition

Defines a dictionary that provides scoped access to data.

public interface IScopeStorageProvider
type IScopeStorageProvider = interface
Public Interface IScopeStorageProvider
Derived

Properties

CurrentScope

Gets and sets 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.

Applies to