C# Class NRack.Server.Isolation.AppDomainIsolation.AppDomainApp

Inheritance: NRack.Server.Isolation.IsolationApp
Afficher le fichier Open project: kerryjiang/NRack

Méthodes publiques

Méthode Description
AppDomainApp ( AppServerMetadata metadata, string startupConfigFile ) : System

Méthodes protégées

Méthode Description
CollectStatus ( ) : StatusInfoCollection
CreateAndStartServerInstance ( ) : IManagedAppBase
Stop ( ) : void

Private Methods

Méthode Description
AppDomainApp ( ) : System
CreateHostAppDomain ( ) : AppDomain
m_HostDomain_DomainUnload ( object sender, EventArgs e ) : void

Method Details

AppDomainApp() public méthode

public AppDomainApp ( AppServerMetadata metadata, string startupConfigFile ) : System
metadata NRack.Base.AppServerMetadata
startupConfigFile string
Résultat System

CollectStatus() protected méthode

protected CollectStatus ( ) : StatusInfoCollection
Résultat StatusInfoCollection

CreateAndStartServerInstance() protected méthode

protected CreateAndStartServerInstance ( ) : IManagedAppBase
Résultat IManagedAppBase

Stop() protected méthode

protected Stop ( ) : void
Résultat void