C# 클래스 GSoft.Dynamite.ServiceLocator.SPRequestLifetimeScopeProvider

Lifetime scope provider the help share state at the HTTP request level
상속: SPLifetimeScopeProvider
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

EndLifetimeScope() 공개 메소드

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

SPRequestLifetimeScopeProvider() 공개 메소드

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
리턴 System