C# Class NRack.Server.Isolation.ProcessIsolation.ExternalProcessApp.NullManagedApp

Inheritance: IManagedAppBase
Afficher le fichier Open project: kerryjiang/NRack

Méthodes publiques

Méthode Description
CanBeRecycled ( ) : bool
CollectStatus ( ) : StatusInfoCollection
GetMetadata ( ) : AppServerMetadata
ReportPotentialConfigChange ( IServerConfig config ) : void
Start ( ) : bool
Stop ( ) : void

Method Details

CanBeRecycled() public méthode

public CanBeRecycled ( ) : bool
Résultat bool

CollectStatus() public méthode

public CollectStatus ( ) : StatusInfoCollection
Résultat StatusInfoCollection

GetMetadata() public méthode

public GetMetadata ( ) : AppServerMetadata
Résultat NRack.Base.AppServerMetadata

ReportPotentialConfigChange() public méthode

public ReportPotentialConfigChange ( IServerConfig config ) : void
config IServerConfig
Résultat void

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void