C# Class GSoft.Dynamite.ServiceLocator.SPRequestLifetimeScopeProvider

Lifetime scope provider the help share state at the HTTP request level
Inheritance: SPLifetimeScopeProvider
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
EndLifetimeScope ( ) : void

Disposes the current HTTP request's lifetime scope and all its children.

SPRequestLifetimeScopeProvider ( ISharePointContainerProvider containerProvider ) : System

Create a new per-HTTP-request lifetime scope so that state can be shared across a whole SPRequest.

Method Details

EndLifetimeScope() public méthode

Disposes the current HTTP request's lifetime scope and all its children.
public EndLifetimeScope ( ) : void
Résultat void

SPRequestLifetimeScopeProvider() public méthode

Create a new per-HTTP-request lifetime scope so that state can be shared across a whole SPRequest.
public SPRequestLifetimeScopeProvider ( ISharePointContainerProvider containerProvider ) : System
containerProvider ISharePointContainerProvider The current container provider
Résultat System