C# Class NRack.Server.RemoteBootstrapProxy.ServerProxy

Inheritance: System.MarshalByRefObject, IManagedApp
Afficher le fichier Open project: kerryjiang/NRack

Méthodes publiques

Méthode Description
CanBeRecycled ( ) : bool
CollectStatus ( ) : StatusInfoCollection
GetMetadata ( ) : AppServerMetadata
InitializeLifetimeService ( ) : object
ReportPotentialConfigChange ( IServerConfig config ) : void
ServerProxy ( IManagedApp app ) : System
Setup ( IBootstrap bootstrap, IServerConfig config ) : bool
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

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

ReportPotentialConfigChange() public méthode

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

ServerProxy() public méthode

public ServerProxy ( IManagedApp app ) : System
app IManagedApp
Résultat System

Setup() public méthode

public Setup ( IBootstrap bootstrap, IServerConfig config ) : bool
bootstrap IBootstrap
config IServerConfig
Résultat bool

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void