C# Class Rebel.Cms.Web.Context.RebelApplicationContext

Inheritance: DisposableObject, IRebelApplicationContext
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

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

Protected Methods

Method Description
DisposeResources ( ) : void

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

Method Details

DisposeResources() protected method

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

GetInstallStatus() public method

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

RebelApplicationContext() public method

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

RestartApplicationPool() public static method

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