C# 클래스 Rebel.Cms.Web.Context.RebelApplicationContext

상속: DisposableObject, IRebelApplicationContext
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
GetInstallStatus ( ) : IEnumerable

Return the installation status, this is based on all hive providers

RebelApplicationContext ( RebelSettings settings, IFrameworkContext frameworkContext, ISecurityService securityService ) : System
RestartApplicationPool ( System.Web.HttpContextBase http ) : void

This will restart the application pool

보호된 메소드들

메소드 설명
DisposeResources ( ) : void

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.

메소드 상세

DisposeResources() 보호된 메소드

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.
protected DisposeResources ( ) : void
리턴 void

GetInstallStatus() 공개 메소드

Return the installation status, this is based on all hive providers
public GetInstallStatus ( ) : IEnumerable
리턴 IEnumerable

RebelApplicationContext() 공개 메소드

public RebelApplicationContext ( RebelSettings settings, IFrameworkContext frameworkContext, ISecurityService securityService ) : System
settings RebelSettings
frameworkContext IFrameworkContext
securityService ISecurityService
리턴 System

RestartApplicationPool() 공개 정적인 메소드

This will restart the application pool
public static RestartApplicationPool ( System.Web.HttpContextBase http ) : void
http System.Web.HttpContextBase
리턴 void