C# Class NRack.Server.Isolation.MarshalManagedApp

Marshal wrap for managed app instance We don't want to make the real app instance marshalable
Inheritance: System.MarshalByRefObject, IManagedApp
Afficher le fichier Open project: kerryjiang/NRack

Méthodes publiques

Méthode Description
CanBeRecycled ( ) : bool
CollectStatus ( ) : StatusInfoCollection
GetMetadata ( ) : AppServerMetadata
MarshalManagedApp ( string appTypeName ) : System
ReportPotentialConfigChange ( IServerConfig config ) : void
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

MarshalManagedApp() public méthode

public MarshalManagedApp ( string appTypeName ) : System
appTypeName string
Résultat System

ReportPotentialConfigChange() public méthode

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

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