C# Class GSoft.Dynamite.ServiceLocator.SPRequestLifetimeScopeProvider

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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

SPRequestLifetimeScopeProvider() public method

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
return System