C# Класс GSoft.Dynamite.ServiceLocator.SPRequestLifetimeScopeProvider

Lifetime scope provider the help share state at the HTTP request level
Наследование: SPLifetimeScopeProvider
Показать файл Открыть проект Примеры использования класса

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